Enum helper class from xLim
| C# | Visual Basic | Visual C++ |
public static class EnumUtil
Public NotInheritable Class EnumUtil
public ref class EnumUtil abstract sealed
| All Members | Methods | ||||
| Icon | Member | Description |
|---|---|---|
| GetValues<(Of <(TEnum>)>)()()() |
Gets the values associated with the specified enum.
| |
| GetValuesWithoutDefault<(Of <(TEnum>)>)()()() |
Gets the values associated with the specified enum,
with the exception of the default value
| |
| Parse<(Of <(TEnum>)>)(String) |
Parses the specified string into the TEnum, ignoring the case
| |
| Parse<(Of <(TEnum>)>)(String, Boolean) |
Parses the specified string into the TEnum, ignoring the case
| |
| ToIdentifier<(Of <(TEnum>)>)(TEnum) |
Unwraps the enum by creating a string usable for identifiers and resource lookups.
|
| Object | |
| EnumUtil | |