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
public static System.Collections.Generic.IDictionary<string,Com.Datalogic.Decode.Utils.GS1Parser.GS1Field> ParseDigitalLink (string barcodeUri);
Public static System.Collections.Generic.IDictionary 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
Remarks
See Also