Click or drag to resize

Gs1EpcLibEpcHexToGS1ElementString Method

Convert a hex string representation of an encoded EPC to a GS1 Element String.

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 EpcHexToGS1ElementString(
	string hex
)

Parameters

hex  String
Hex representation of encoded EPC

Return Value

String
GS1 Element String
See Also