Subscriber portal
Returns the label of a specified enumeration value.
public str value2Label(int value)
Enumeration items are not required to have a label. This method cannot be used to determine whether a value exists in the enumeration. To determine whether a value exists in the enumeration, use the DictEnum::value2Symbol method.