Gs1EpcLibEpcDigitalLinkToHex(String, String, Int32, Int32) Method |
Convert a Digital Link URI to a hex representation of an encoded EPC.
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,
string epcTagSchemeName,
int filter,
int gcpLength
)
Parameters
- digitalLink String
- Digital Link URI
- epcTagSchemeName String
- EPC tag scheme to use in encoding
- filter Int32
- Filter to use in encoded EPC
- gcpLength Int32
- GCP Length for use in pre TDS 2.0 schemes
Return Value
StringHex representation of encoded EPC
See Also