Encodes a 96 or 64 Bit DoD EPC Number with a user defined Serial Number.
Encoded EPC Number in the format configured in the EPCConfiguration. Default is HEX
//create a 96 bit DoD EPC Number
DoD dod = new DoD(96);
//pass in the CAGE, Filter, and Serial Number
string epcNumber = dod.Encode("2S194",0,1);
//write the DoD Encoding to the console in the configured format.
Console.Write(dod.ToString());
DoD Class | Apostrophe.EPC Namespace | DoD.Encode Overload List