Extends the functionality of Enum
| C# | Visual Basic |
public static class EnumHelper
Public NotInheritable Class EnumHelper
| All Members | Methods | ||||
| Icon | Member | Description |
|---|---|---|
| GetName(Type, Object) |
Retrieves the name of the constant in the specified enumeration that has the specified value.
| |
| GetNames(Type) |
Retrieves an array of the names of the constants in a specified enumeration.
| |
| GetValues(Type) |
Retrieves an array of the values of the constants in a specified enumeration.
|
| Object | |
| EnumHelper | |