Creates an Epc instance based on this EPC Class by adding a serial number.
Namespace: GS1.EPC.ApiAssembly: epc-epconly (in epc-epconly.dll) Version: 2.1.0.28145 (2.1.0.0)
Syntaxpublic abstract Epc ToEpc(
string serial
)
Parameters
- serial String
-
Return Value
Epc
ExceptionsException | Condition |
---|
EpcException | if the serial number is not legal for this EPC Class scheme.
|
See Also