Apostrophe Systems EPC Generator 2.0

EPCBase.Encode Method

This overrload of Encode should be used when the Fields or the EPC Number where manually set either by using SetFieldValue or by an appropriate Constructor.

Overload List

This overrload of Encode should be used when the Fields or the EPC Number where manually set either by using SetFieldValue or by an appropriate Constructor.

public virtual string Encode();

Encode a 64-Bit EPC Number. This overload will use the serialnumber contained in the UCC/EAN/GS1 Number, if one exists.

public virtual string Encode(int,string,int);

Encode a 64-Bit EPC Number . The overload allows the caller to override the serial number that is contained in the UCC/EAN/GS1, if one exists

public virtual string Encode(int,string,int,long);

Encode a 96-Bit EPC Number. This overload uses the serial number contained in the UCC/EAN Number, if one exsits, to encode into the EPC Number

public virtual string Encode(string,int);

Encode a 96-Bit EPC Number . The overload allows the caller to override the serial number that is contained in the UCC/EAN/GS1, if one exists

public virtual string Encode(string,int,long);

See Also

EPCBase Class | Apostrophe.EPC Namespace