Click or drag to resize

EpcClassToEpc Method

Creates an Epc instance based on this EPC Class by adding a serial number.

Namespace: GS1.EPC.Api
Assembly: epc-epconly (in epc-epconly.dll) Version: 2.1.0.28145 (2.1.0.0)
Syntax
C#
public abstract Epc ToEpc(
	string serial
)

Parameters

serial  String
 

Return Value

Epc
Exceptions
ExceptionCondition
EpcException if the serial number is not legal for this EPC Class scheme.
See Also