to_string
Description:
Converts a enumerated type to its text representation
Parameters:
code |
The enumerated type value |
Returns:
the enumerated constant value, e.g. "available" |
Converts a enumerated type to its text representation
code |
The enumerated type value |
the enumerated constant value, e.g. "available" |