Click or drag to resize
LockActionValueOf Method
Returns the enum constant of this type with the specified name.

Namespace: Com.Datalogic.Extension.Selfshopping.Cradle.Joyatouch
Assembly: datalogic-xamarin-sdk-selfshopping (in datalogic-xamarin-sdk-selfshopping.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static LockAction ValueOf(
	string name
)

Parameters

name
Type: SystemString
- the name of the enum constant to be returned.

Return Value

Type: LockAction
the enum constant with the specified name
Remarks

Returns the enum constant of this type with the specified name. The string must match exactly

an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

[Android Documentation]

See Also