Subscriber portal
Returns the symbol, or the value of the Name property, of a specified enumeration value.
public str value2Symbol(int value)
Enumeration values are required to have a symbol. This method can be used to determine whether an enumeration value exists by checking whether the return value is an empty string.