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.

Enum::ToString Method (IFormatProvider^)

 
Note: This API is now obsolete.

This method overload is obsolete; use Enum::ToString().

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

public:
[ObsoleteAttribute("The provider argument is not used. Please use ToString().")]
virtual String^ ToString(
	IFormatProvider^ provider
) sealed

Parameters

provider
Type: System::IFormatProvider^

(obsolete)

Return Value

Type: System::String^

The string representation of the value of this instance.

.NET Framework
Available since 1.1
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Return to top
Show: