Enum Members
The Enum type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
CompareTo |
Compares this instance to a specified object and returns an indication of their relative values.
|
![]() ![]() |
Format | |
![]() ![]() |
GetName | |
![]() ![]() |
GetNames | |
![]() ![]() |
GetValues | |
![]() |
HasFlag | |
![]() ![]() |
IsDefined | |
![]() ![]() |
Parse(Type, String) | |
![]() ![]() |
Parse(Type, String, Boolean) | |
![]() ![]() |
ToString(Type, Enum) | |
![]() |
ToString()()()() |
Converts the value of this instance to its equivalent string representation.
|
![]() |
ToString(String) |
Converts the value of this instance to its equivalent string representation using the specified format.
|
![]() ![]() |
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.
|
![]() ![]() |
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.
|