Gs1EpcLibEpcGs1ElementStringToEpcTagUri(String, String, Int32, Int32) Method |
Convert a human readable GS1 Element String to an EPC Tag URI.
Namespace: GS1.EPC.ApiAssembly: epc-epconly (in epc-epconly.dll) Version: 2.1.0.28145 (2.1.0.0)
Syntaxpublic static string EpcGs1ElementStringToEpcTagUri(
string elementString,
string epcTagSchemeName,
int filter,
int gcpLength
)
Parameters
- elementString String
- GS1 Element String
- epcTagSchemeName String
- EPC Tag scheme for the Tag URI
- filter Int32
- Filter for the Tag URI
- gcpLength Int32
- GCP Length
Return Value
StringEPC Tag URI
See Also