Apostrophe Systems EPC Generator 2.0

EPCBase.ToTagURI Method 

Returns the EPC Number in a URI Format that conforms to the EPC-TAG URI Standard for EPC Identity Types

public virtual string ToTagURI();

Return Value

A Valid URI

Remarks

This method is intended to be overriden in a derived class. There is no need to call this base method from a derived class. Doing so will throw an InvalidOperationException.

Example

urn:epc:tag:sgtin-96:3.0652642.0000031.1000
urn:epc:tag:sgtin-64:3.0652642.000031.1000
urn:epc:tag:sscc-96:3.0652642.0000000001
urn:epc:tag:sscc-64:3.0652642.0000000001

See Also

EPCBase Class | Apostrophe.EPC Namespace