GetEnumName method: Primitive class
Syntax
GetEnumName(index)
Description
Use this method to return the name of the enumerated value.
Parameters
| Parameter | Description |
|---|---|
|
index |
Specifies the index of the enumerated value. |
Returns
A string representing the enumerated value.
Related Topics