Click or drag to resize

GS1ParserParseDigitalLink Method

Executes the parsing of an input string that represents an URI in GS1 Digital Link format.

Namespace:  Com.Datalogic.Decode
Assembly:  datalogic-xamarin-sdk (in datalogic-xamarin-sdk.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
VB
public static System.Collections.Generic.IDictionary<string,Com.Datalogic.Decode.Utils.GS1Parser.GS1Field> ParseDigitalLink (string barcodeUri);

Parameters

barcodeUri
Type: System.String
The GS1 Digital Link URI string.

Return Value

Type: System.Collections.Generic.IDictionary
A Map containing as keys the generic application identifiers and as entries the GS1Field objects containing the parsed values.

Exceptions
Exception Condition
GS1Parser.ParsingException In case of parsing errors.
Remarks
Executes the parsing of an input string that represents an URI in GS1 Digital Link format.

[Android Documentation]

See Also

Reference