Click or drag to resize

EpcFromEpcUri Method

Creates an Epc instance by parsing the specified string as a pure identity 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 Epc FromEpcUri(
	string epcUri
)

Parameters

epcUri  String
 

Return Value

Epc
Exceptions
ExceptionCondition
EpcException if the specified string cannot be parsed as an EPC URI
See Also