Click or drag to resize

GS1ParserParse Method

Executes the parsing of an input string that represents a barcode in GS1 format.

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 static IDictionary<string, GS1ParserGS1Field> Parse(
	string barcodeText
)

Parameters

barcodeText
Type: SystemString
- The GS1 formatted string.

Return Value

Type: IDictionaryString, GS1ParserGS1Field
A Map containing as keys the generic application identifiers and as entries the GS1Field objects containing the parsed values.
Exceptions
ExceptionCondition
[T:Com.Datalogic.Decode.Utils.GS1Parser+ParsingException] - In case of parsing errors.
Remarks

Executes the parsing of an input string that represents a barcode in GS1 format.

[Android Documentation]

See Also