Gs1EpcLibEncodings Enumeration |
Encoding options for TDS 2.0 variable length alpha numeric components
Namespace: GS1.EPC.ApiAssembly: epc-epconly (in epc-epconly.dll) Version: 2.1.0.28145 (2.1.0.0)
Syntax
MembersMember name | Value | Description |
---|
Integer | 0 |
14.5.6.1 Integer encoding
|
LowerHex | 1 |
14.5.6.3 Numeric and lower case hex encoding
|
UpperHex | 2 |
14.5.6.2 Numeric and upper case hex encoding
|
FileSafe | 3 |
14.5.6.4 URI / file safe encoding
|
ASCII | 4 |
14.5.6.6 7 bit ASCII encoding
|
Code40 | 5 |
14.5.6.5 URN Code 40 encoding
|
Undefined | -1 |
Encoding not defined - the TDS 2.0 decision tree will be used
|
See Also