Gs1EpcLibEpcBarcodeStringToHex(String, String, Int32) Method |
Convert a Barcode String to a hex representation of an encoded EPC.
For TDS 2.0 schemes.
Namespace: GS1.EPC.ApiAssembly: epc-epconly (in epc-epconly.dll) Version: 2.1.0.28145 (2.1.0.0)
Syntaxpublic static string EpcBarcodeStringToHex(
string barcodeString,
string epcTagSchemeName,
int filter
)
Parameters
- barcodeString String
- Barcode String
- epcTagSchemeName String
- EPC tag scheme to use in encoding
- filter Int32
- Filter to use in encoded EPC
Return Value
StringHex representation of encoded EPC
See Also