EnumConverterMethod Enumeration
Specifies the method that is used to convert Enum values.
Namespace:
BytecodeApi.UI.ConvertersAssembly: BytecodeApi.UI (in BytecodeApi.UI.dll)
Members
Member name | Description | |
---|---|---|
String | Returns the equivalent String representation of the Enum value. | |
Description | Returns the Description of the Enum value, or nullNothingnullptra null reference (Nothing in Visual Basic), if the attribute was not found. | |
DescriptionOrString | Returns the Description of the Enum value. If the attribute was not found, the String representation of the Enum value is returned. | |
Value | Returns the equivalent Int32 value of the Enum value. |