The EnumExt type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| IsDefined<(Of <(E>)>) |
Returns true if the value is valid for the given enum type.
| |
| ToEnum<(Of <(E>)>) |
Parses an enum value from the string representation.
|