Click or drag to resize
Encoding Properties

The Encoding type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberASCII
Gets an encoding for the ASCII (7-bit) character set.
Public propertyStatic memberBigEndianUnicode
Gets an encoding for the UTF-16 format that uses the big endian byte order.
Public propertyStatic memberUnicode
Gets an encoding for the UTF-16 format using the little endian byte order.
Public propertyStatic memberUTF7
Gets an encoding for the UTF-7 format.
Public propertyStatic memberUTF8
Gets an encoding for the UTF-8 format.
Top
See Also