Apostrophe Systems EPC Generator 2.0

EPCBase.Encode Method (String, Int32)

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

Parameters

ucc
Valid UCC/EAN/GS1 Encoding
filter
Filter Value to use in the EPC Encoding

Return Value

A HEX Formatted EPC Number

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