Apostrophe Systems EPC Generator 2.0

EPCBase.Encode Method (Int32, String, Int32)

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 companyPrefixIndex,
   string ucc,
   int filter
);

Parameters

companyPrefixIndex
Assigned Company Prefix Index
ucc
Valid UCC/EAN/GS1 Encoding
filter
Filter Value to use in the EPC Encoding

Remarks

Calling the EPCBase Class's Encode method will throw an InvalidOperationExcetion. See the derived EPC Object's help section for usage information.

See Also

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