Mono Class Library: System.Enum Overview | MembersSystem.Enum.ToString Overloads |
The overloads of ToString are listed below. For a list of all members, see the Enum Members list.
overrideToString() : string Converts the name of the value of the current instance to its equivalent string representation.ToString(IFormatProvider) : string Converts the name of the value of the current instance to its equivalent string representation.ToString(string) : string Converts the value of the current instance to its equivalent string representation using the specified format.ToString(string, IFormatProvider) : string Converts the numeric value of the current instance to its equivalent string representation using the specified format.