EnumToString Method (IFormatProvider) |
This method overload is obsolete; use
ToString.
Namespace: SystemAssembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax public string ToString(
IFormatProvider provider
)
Parameters
- provider
- Type: SystemIFormatProvider
(obsolete)
Return Value
Type:
StringThe string representation of the value of this instance.
See Also