Char.ToString Method (IFormatProvider)
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Converts the value of this instance to its equivalent string representation using the specified culture-specific format information.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- provider
- Type: System.IFormatProvider
(Reserved) An IFormatProvider that supplies culture-specific formatting information.
Return Value
Type: System.StringThe string representation of the value of this instance as specified by provider.
Implements
IConvertible.ToString(IFormatProvider)The following example demonstrates an overload of ToString.
Show: