Mono Class Library: System.Enum Overview | Members

System.Enum.ToString Overloads

The overloads of ToString are listed below. For a list of all members, see the Enum Members list.

Public Methods

override
ToString() : 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.