Encoding Properties |
The Encoding type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | ASCII | Gets an encoding for the ASCII (7-bit) character set. |
![]() ![]() | BigEndianUnicode | Gets an encoding for the UTF-16 format that uses the big endian byte order. |
![]() ![]() | Unicode | Gets an encoding for the UTF-16 format using the little endian byte order. |
![]() ![]() | UTF7 | Gets an encoding for the UTF-7 format. |
![]() ![]() | UTF8 | Gets an encoding for the UTF-8 format. |