DictEnum.symbol2Value(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the enumeration value of the item, referenced by its symbol or name.
public:
virtual int symbol2Value(System::String ^ _name);
public virtual int symbol2Value (string _name);
abstract member symbol2Value : string -> int
override this.symbol2Value : string -> int
Public Overridable Function symbol2Value (_name As String) As Integer
Parameters
- _name
- String
The symbol or name for the enumeration for which the enumeration value is being retrieved.
Returns
The enumeration value for name; 255 if name is not a valid enumeration.