Click or drag to resize

Gs1EpcLibEpcGs1ElementStringToEpcTagUri(String, Gs1EpcLibTagSchemes, Int32, Int32) Method

Convert a human readable GS1 Element String to an EPC Tag URI.

Namespace: GS1.EPC.Api
Assembly: epc-epconly (in epc-epconly.dll) Version: 2.1.0.28145 (2.1.0.0)
Syntax
C#
public static string EpcGs1ElementStringToEpcTagUri(
	string elementString,
	Gs1EpcLibTagSchemes scheme,
	int filter,
	int gcpLength
)

Parameters

elementString  String
GS1 Element String
scheme  Gs1EpcLibTagSchemes
Enumerated EPC Tag scheme for the Tag URI
filter  Int32
Filter for the Tag URI
gcpLength  Int32
GCP Length

Return Value

String
EPC Tag URI
See Also