Share via


DictEnum.symbol2Value Method

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.

See Also

Reference

DictEnum Class