Gs1EpcLibEpcDigitalLinkToHex(String, Gs1EpcLibTagSchemes, Int32, Gs1EpcLibEncodings) Method |
Convert a Digital Link URI to a hex representation of an encoded EPC.
For TDS 2.0 schemes where specific encoding is required.
Namespace: GS1.EPC.ApiAssembly: epc-epconly (in epc-epconly.dll) Version: 2.1.0.28145 (2.1.0.0)
Syntaxpublic static string EpcDigitalLinkToHex(
string digitalLink,
Gs1EpcLibTagSchemes scheme,
int filter,
Gs1EpcLibEncodings encoding
)
Parameters
- digitalLink String
- Digital Link URI
- scheme Gs1EpcLibTagSchemes
- Enumerated EPC tag scheme to use in encoding
- filter Int32
- Filter to use in encoded EPC
- encoding Gs1EpcLibEncodings
- Encoding to use for variable length alpha-numeric components
Return Value
StringHex representation of encoded EPC
See Also