Enum.IConvertible.ToString(IFormatProvider) Method
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Caution
The provider argument is not used. Please use ToString().
This method overload is obsolete; use ToString() instead.
virtual System::String ^ System.IConvertible.ToString(IFormatProvider ^ provider) = IConvertible::ToString;
[System.Obsolete("The provider argument is not used. Please use ToString().")]
string IConvertible.ToString(IFormatProvider provider);
[<System.Obsolete("The provider argument is not used. Please use ToString().")>]
abstract member System.IConvertible.ToString : IFormatProvider -> string
override this.System.IConvertible.ToString : IFormatProvider -> string
Function ToString (provider As IFormatProvider) As String Implements IConvertible.ToString
- provider
- IFormatProvider
An IFormatProvider implementation that supplies culture-specific information about the format of the returned value. This argument is not used.
The string representation of the value of this instance.
- Attributes
Product | Versions (Obsolete) |
---|---|
.NET | (Core 1.0, Core 1.1) |
.NET Standard | (1.3, 1.4, 1.5, 1.6) |
UWP | (10.0) |
.NET feedback
.NET is an open source project. Select a link to provide feedback: