Click or drag to resize

Gs1EpcLibEncodings Enumeration

Encoding options for TDS 2.0 variable length alpha numeric components

Namespace: GS1.EPC.Api
Assembly: epc-epconly (in epc-epconly.dll) Version: 2.1.0.28145 (2.1.0.0)
Syntax
C#
public enum Encodings
Members
Member nameValueDescription
Integer0 14.5.6.1 Integer encoding
LowerHex1 14.5.6.3 Numeric and lower case hex encoding
UpperHex2 14.5.6.2 Numeric and upper case hex encoding
FileSafe3 14.5.6.4 URI / file safe encoding
ASCII4 14.5.6.6 7 bit ASCII encoding
Code405 14.5.6.5 URN Code 40 encoding
Undefined-1 Encoding not defined - the TDS 2.0 decision tree will be used
See Also