Click or drag to resize

TextEncoding Enumeration

Defines how text is stored in a Frame.

Namespace: Orthogonal.NTagLite
Assembly: Orthogonal.NTagLite (in Orthogonal.NTagLite.dll) Version: 3.0.4
Syntax
C#
public enum TextEncoding
Members
Member nameValueDescription
ISO_8859_10 ISO Latin 1 character encoding. Defined in v2.3.
UTF161 Unicode little-endian character encoding. Defined in v2.3.
UTF16BE_v242 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_v243 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