Click or drag to resize

PersistenceTypeFromInt Method

Retrieves the corresponding PersistenceType value from a valid integer.

Namespace:  Com.Datalogic.Device
Assembly:  datalogic-xamarin-sdk (in datalogic-xamarin-sdk.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static PersistenceType FromInt(
	int value
)

Parameters

value
Type: SystemInt32
- Integer to use as input in the conversion.

Return Value

Type: PersistenceType
The corresponding persistence type.
Remarks

Retrieves the corresponding PersistenceType value from a valid integer.

[Android Documentation]

See Also