DictEnum.symbol2Value Method [AX 2012]

Returns the enumeration value of the item, referenced by its symbol or name.

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.

Community Additions

ADD
Show: