Click or drag to resize

Gs1EpcLibEpcGs1ElementStringToEpcUri Method

Convert a human readable GS1 Element String to an EPC 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 EpcGs1ElementStringToEpcUri(
	string elementString,
	int gcpLength
)

Parameters

elementString  String
GS1 Element String
gcpLength  Int32
GCP Length

Return Value

String
EPC URI
See Also