Returns the enum constant of this class with the specified name.
Namespace:
Com.Datalogic.Decode
Assembly:
datalogic-xamarin-sdk (in datalogic-xamarin-sdk.dll) Version: 1.0.0.0
(1.0.0.0)
Syntax
public static Com.Datalogic.Decode.Symbology ValueOf (string name);
Public static Com.Datalogic.Decode.Symbology ValueOf (String name);
Parameters
- name
- Type: System.String
the name of the enum constant to be returned.
Return Value
Type: Com.Datalogic.Decode.Symbology
the enum constant with the specified name
Exceptions
Remarks
Returns the enum constant of this class with the specified name.
The string must match
exactly an identifier used to declare an
enum constant in this class. (Extraneous whitespace characters are
not permitted.)
[Android Documentation]
See Also