 | TextEncoding Enumeration |
Defines how text is stored in a
Frame.
Namespace: Orthogonal.NTagLiteAssembly: Orthogonal.NTagLite (in Orthogonal.NTagLite.dll) Version: 3.0.4
Syntax
Members| Member name | Value | Description |
|---|
| ISO_8859_1 | 0 |
ISO Latin 1 character encoding. Defined in v2.3.
|
| UTF16 | 1 |
Unicode little-endian character encoding. Defined in v2.3.
|
| UTF16BE_v24 | 2 |
Unicode big-endian character encoding. This is defined in the
v2.4 standard only and is not part of v2.3. It's only enumerated
here as a reminder.
|
| UTF8_v24 | 3 |
UTF-8 encoding. This is defined in the v2.4 standard only and is
not part of v2.3. It's only enumerated here as a reminder.
|
See Also