Enum::ToString Method
.NET Framework (current version)
Converts the value of this instance to its equivalent string representation.
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() | ToString() | Converts the value of this instance to its equivalent string representation.(Overrides ValueType::ToString().) |
![]() | ToString(IFormatProvider^) | Obsolete. This method overload is obsolete; use Enum::ToString(). |
![]() | ToString(String^) | Converts the value of this instance to its equivalent string representation using the specified format. |
![]() | ToString(String^, IFormatProvider^) | Obsolete. This method overload is obsolete; use Enum::ToString(String^). |
Show:
