Click or drag to resize

GS1Parser Class

Class managing the parsing of GS1 formatted barcodes.
Inheritance Hierarchy
System.Object
Com.Datalogic.Decode.Utils.GS1Parser

Namespace: Com.Datalogic.Decode.Utils
Assembly: datalogic-xamarin-sdk (in datalogic-xamarin-sdk.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public class GS1Parser

The GS1Parser type exposes the following members.

Constructors
NameDescription
Public methodGS1Parser
Initializes a new instance of the GS1Parser class
Public methodGS1Parser
Initializes a new instance of the GS1Parser class
Top
Properties
NameDescription
Public propertyJniPeerMembers
To be added.
Public propertyThresholdClass
To be added.
Public propertyThresholdType
To be added.
Top
Methods
NameDescription
Public methodParse
Executes the parsing of an input string that represents a barcode in GS1 format.
Public methodParseDigitalLink
Executes the parsing of an input string that represents an URI in GS1 Digital Link format.
Top
Remarks
Class managing the parsing of GS1 formatted barcodes.

[Android Documentation]

See Also