Name | Description | |
---|---|---|
![]() ![]() | ASCII | Gets an encoding for the 7 bit 'ASCII' (US-ASCII) character set. |
![]() ![]() | CentralEuropean | Gets an encoding for the 'Central European (ISO)' (iso-8859-2) character set also known as 'Latin-2'. |
![]() | CodePage | Gets the code page associated with this encoding. |
![]() ![]() | Cyrillic | Gets an encoding for the 'Cyrillic (Windows)' (windows-1251) character set, also known as CP-1251 (code page 1251). |
![]() ![]() | Encodings | Creates and returns an array that contains all supported encodings. |
![]() | FallbackByte | Gets or sets the byte to use when a character is not supported by this encoding. |
![]() | FallbackCharacter | Gets or sets the character to use when a character is not supported by this encoding. |
![]() ![]() | Koi8r | Gets an encoding for the 'Cyrillic (KOI8-R)' character set. |
![]() | Name | Gets the official name of this encoding - the name registered with the Internet Assigned Numbers Authority (IANA). |
![]() ![]() | UTF16BigEndian | Gets an encoding for the 16 bit unicode (UTF-16) format with big endian byte order. |
![]() ![]() | UTF16LittleEndian | Gets an encoding for the 16 bit unicode (UTF-16) format with little endian byte order. It is also know as simply 'Unicode' encoding in the .NET Framework and is used by default for strings. |
![]() ![]() | UTF32BigEndian | Gets an encoding for the 32 bit unicode (UTF-32) format with big endian byte order. |
![]() ![]() | UTF32LittleEndian | Gets an encoding for the 32 bit unicode (UTF-32) format with little endian byte order. It is also know as simply 'Unicode' encoding in the .NET Framework and is used by default for strings. |
![]() ![]() | UTF8 | Gets an encoding for the 8 bit unicode (UTF-8) format. |
![]() ![]() | WesternEuropean | Gets an encoding for the 'Western European (ISO)' (iso-8859-1) character set also known as 'Latin-1'. |
![]() ![]() | WesternEuropeanWindows | Gets and encoding for the 'Western European (Windows)' (Windows-1252) character set, also known as CP-1252 (code page 1252). |