Click or drag to resize

Encodings Enumeration

Provides predefined encodings

Namespace:  Cauldron
Assembly:  Cauldron (in Cauldron.dll) Version: 3.2.0.1 (3.2.0.1)
Syntax
C#
public enum Encodings
Members
  Member nameValueDescription
ASCII0 Encoding for the ASCII (7-bit) character set.
BigEndianUnicode1 Encoding for the UTF-16 format that uses the big endian byte order.
Unicode2 Encoding for the UTF-16 format using the little endian byte order.
UTF323 Encoding for the UTF-32 format using the little endian byte order.
ANSI4 Encoding for the ISO-8859-1 format. Used by default in the legacy components of Microsoft Windows.
UTF75 Encoding for the UTF-7 format.
UTF86 Encoding for the UTF-8 format.
EBCDIC_IBM0377 Encoding for the IBM EBCDIC format (US-Canada).
EBCDIC_IBM010478 Encoding for the IBM EBCDIC format (IBM Latin-1).
EBCDIC_IBM011409 Encoding for the IBM EBCDIC format (US-Canada-Euro).
EBCDIC_IBM0114110 Encoding for the IBM EBCDIC format (Germany-Euro).
See Also