Apostrophe Systems EPC Generator 2.0

EPCBase Constructor (String, Int32)

Constructor used to set both the type of the EPC Number and Size of the EPC Number

public EPCBase(
   string epcType,
   int size
);

Parameters

epcType
String representing the EPC Type. SSCC, SGTIN, SGLN, GID, DoD etc.
size
Size of the EPC Number 64 or 96

See Also

EPCBase Class | Apostrophe.EPC Namespace | EPCBase Constructor Overload List