Click or drag to resize

Gs1EpcLibEpcHexToEpcTagUri Method

Convert a hex string representation of an encoded EPC 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 EpcHexToEpcTagUri(
	string hex
)

Parameters

hex  String
Hex representation of encoded EPC

Return Value

String
EPC Tag URI
See Also