[This is preliminary documentation and is subject to change.]
The EnumUtil type exposes the following methods.
Methods
| Member | Description | |
|---|---|---|
| TryParse<(Of <<'(TEnum>)>>)(String, TEnum%, Boolean) | Tries to parse a given value as an enumeration.
Even if value is numeric, this method still ensures that given number is among the enumerated constants.
This differs in behavior from Enum.Parse, which accepts any valid numeric string (that fits into enumeration's base type). |