Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

IConvertible::ToString Method (IFormatProvider^)

 

Converts the value of this instance to an equivalent String using the specified culture-specific formatting information.

Namespace:   System
Assembly:  mscorlib (in mscorlib.dll)

String^ ToString(
	IFormatProvider^ provider
)

Parameters

provider
Type: System::IFormatProvider^

An IFormatProvider interface implementation that supplies culture-specific formatting information.

Return Value

Type: System::String^

A String instance equivalent to the value of this instance.

Universal Windows Platform
Available since 10
.NET Framework
Available since 1.1
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Return to top
Show: