The EnumExt type exposes the following members.

Methods

  NameDescription
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.

See Also