Char::ToString Method (IFormatProvider^)
.NET Framework (current version)
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 object that supplies culture-specific formatting information.
Return Value
Type: System::String^The string representation of the value of this instance as specified by provider.
Implements
IConvertible::ToString(IFormatProvider^)The provider parameter is ignored; it does not participate in this operation.
.NET Framework
Available since 1.1
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Available since 1.1
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Show: