Click or drag to resize

SymbologyValueOf Method

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
C#
VB
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
Exception Condition
IllegalArgumentException if this enum class has no constant with the specified name
NullPointerException if the argument is null
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

Reference