|
| Name | Description |
|---|
.gif) | CompareTo | Compares this instance to a specified object and returns an indication of their relative values. |
.gif) | Equals | Returns a value indicating whether this instance is equal to a specified object. (Overrides ValueType..::.Equals(Object).) |
.gif) | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
.gif) .gif) | Format | Converts the specified value of a specified enumerated type to its equivalent string representation according to the specified format. |
.gif) | GetHashCode | Returns the hash code for the value of this instance. (Overrides ValueType..::.GetHashCode()()().) |
.gif) .gif) | GetName | Retrieves the name of the constant in the specified enumeration that has the specified value. |
.gif) .gif) | GetNames | Retrieves an array of the names of the constants in a specified enumeration. |
.gif) | GetType | Gets the Type of the current instance. (Inherited from Object.) |
.gif) | GetTypeCode | Returns the underlying TypeCode for this instance. |
.gif) .gif) | GetUnderlyingType | Returns the underlying type of the specified enumeration. |
.gif) .gif) | GetValues | Retrieves an array of the values of the constants in a specified enumeration. |
.gif) | HasFlag | Determines whether one or more bit fields are set in the current instance. |
.gif) .gif) | IsDefined | Indicates whether a constant with a specified value exists in a specified enumeration. |
.gif) | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
.gif) .gif) | Parse(Type, String) | Converts the string representation of the name or numeric value of one or more enumerated constants to an equivalent enumerated object. |
.gif) .gif) | Parse(Type, String, Boolean) | 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-insensitive. |
.gif) .gif) | ToObject(Type, Byte) | Converts the specified 8-bit unsigned integer to an enumeration member. |
.gif) .gif) | ToObject(Type, Int16) | Converts the specified 16-bit signed integer to an enumeration member. |
.gif) .gif) | ToObject(Type, Int32) | Converts the specified 32-bit signed integer to an enumeration member. |
.gif) .gif) | ToObject(Type, Int64) | Converts the specified 64-bit signed integer to an enumeration member. |
.gif) .gif) | ToObject(Type, Object) | Converts the specified object with an integer value to an enumeration member. |
.gif) .gif) | ToObject(Type, SByte) | Converts the specified 8-bit signed integer value to an enumeration member. |
.gif) .gif) | ToObject(Type, UInt16) | Converts the specified 16-bit unsigned integer value to an enumeration member. |
.gif) .gif) | ToObject(Type, UInt32) | Converts the specified 32-bit unsigned integer value to an enumeration member. |
.gif) .gif) | ToObject(Type, UInt64) | Converts the specified 64-bit unsigned integer value to an enumeration member. |
.gif) | ToString()()() | Converts the value of this instance to its equivalent string representation. (Overrides ValueType..::.ToString()()().) |
.gif) | ToString(IFormatProvider) | Obsolete. This method overload is obsolete; use Enum..::.ToString()()(). |
.gif) | ToString(String) | Converts the value of this instance to its equivalent string representation using the specified format. |
.gif) | ToString(String, IFormatProvider) | Obsolete. This method overload is obsolete; use Enum..::.ToString(String). |
.gif) .gif) | 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. |
.gif) .gif) | 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. |