GetEnumName( ) method

Returns the name of the enumeration member associated with the specified numeric value. The method returns an error if invoked on a type that is not an enumeration or if passed the Unknown value (?).

Return type: CHARACTER

Access: PUBLIC

Applies to: Progress.Lang.Class class

Syntax

GetEnumName ( INPUT value AS INT64 )
value
The underlying numeric value of an enum member. If no member is defined for the value, the method returns the Unknown value (?).

Notes