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
)
Public Shared Function FromInt (
value As Integer
) As PersistenceType
Parameters
- value
- Type: SystemInt32
- Integer to use as input in the conversion.
Return Value
Type:
PersistenceTypeThe corresponding persistence type.
Remarks See Also