String::ToString Method (IFormatProvider^)
.NET Framework (current version)
Returns this instance of String; no actual conversion is performed.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- provider
-
Type:
System::IFormatProvider^
(Reserved) An object that supplies culture-specific formatting information.
Implements
IConvertible::ToString(IFormatProvider^)provider is reserved, and does not currently participate in this operation.
Because this method simply returns the current string unchanged, there is no need to call it directly.
.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: