Gs1EpcLibEpcEpcUriToHex(String, Gs1EpcLibTagSchemes, Int32) Method |
Convert an EPC 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 EpcEpcUriToHex(
string uri,
Gs1EpcLibTagSchemes scheme,
int filter
)
Parameters
- uri String
- EPC URI
- scheme Gs1EpcLibTagSchemes
- Enumarated EPC Tag scheme to use when encoding
- filter Int32
- Filter to use in encoded EPC
Return Value
StringHex representation of encoded EPC
See Also