Returns the name of the constant whose value is the given id.
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 string Name (int id);
Public static String Name (Integer id);
Parameters
- id
- Type: System.Int32
int unique identifier of the property.
Return Value
Type: System.String
String the name of the constant.
Remarks
See Also