Bridge

Enum Members

The Enum type exposes the following members.

Methods


  Name Description
Public method CompareTo
Compares this instance to a specified object and returns an indication of their relative values.
Public method Static member Format
Public method Static member GetName
Public method Static member GetNames
Public method Static member GetValues
Public method HasFlag
Public method Static member IsDefined
Public method Static member Parse(Type, String)
Public method Static member Parse(Type, String, Boolean)
Public method Static member ToString(Type, Enum)
Public method ToString()()()()
Converts the value of this instance to its equivalent string representation.
Public method ToString(String)
Converts the value of this instance to its equivalent string representation using the specified format.
Public method Static member TryParse<(Of <<'(TEnum>)>>)(String, TEnum%)
Converts the string representation of the name or numeric value of one or more enumerated constants to an equivalent enumerated object. The return value indicates whether the conversion succeeded.
Public method Static member TryParse<(Of <<'(TEnum>)>>)(String, Boolean, TEnum%)
Converts the string representation of the name or numeric value of one or more enumerated constants to an equivalent enumerated object. A parameter specifies whether the operation is case-sensitive. The return value indicates whether the conversion succeeded.