Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns the enumeration value of the item, referenced by its symbol or name.
Syntax
public int symbol2Value(str name)
Run On
Called
Parameters
- name
Type: str
The symbol or name for the enumeration for which the enumeration value is being retrieved.
Return Value
Type: int
The enumeration value for name; 255 if name is not a valid enumeration.