NevronOpenVision
Nevron.Nov.Text Namespace / NEncoding Class


NEncoding Class Properties

For a list of all members of this type, see NEncoding members.

Public Properties
 NameDescription
Public Propertystatic (Shared in Visual Basic)Gets an encoding for the 7 bit 'ASCII' (US-ASCII) character set.  
Public Propertystatic (Shared in Visual Basic)Gets an encoding for the 'Central European (ISO)' (iso-8859-2) character set also known as 'Latin-2'.  
Public PropertyGets the code page associated with this encoding.  
Public Propertystatic (Shared in Visual Basic)Gets an encoding for the 'Cyrillic (Windows)' (windows-1251) character set, also known as CP-1251 (code page 1251).  
Public Propertystatic (Shared in Visual Basic)Creates and returns an array that contains all supported encodings.  
Public PropertyGets or sets the byte to use when a character is not supported by this encoding.  
Public PropertyGets or sets the character to use when a character is not supported by this encoding.  
Public Propertystatic (Shared in Visual Basic)Gets an encoding for the 'Cyrillic (KOI8-R)' character set.  
Public PropertyGets the official name of this encoding - the name registered with the Internet Assigned Numbers Authority (IANA).  
Public Propertystatic (Shared in Visual Basic)Gets an encoding for the 16 bit unicode (UTF-16) format with big endian byte order.  
Public Propertystatic (Shared in Visual Basic)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.  
Public Propertystatic (Shared in Visual Basic)Gets an encoding for the 32 bit unicode (UTF-32) format with big endian byte order.  
Public Propertystatic (Shared in Visual Basic)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.  
Public Propertystatic (Shared in Visual Basic)Gets an encoding for the 8 bit unicode (UTF-8) format.  
Public Propertystatic (Shared in Visual Basic)Gets an encoding for the 'Western European (ISO)' (iso-8859-1) character set also known as 'Latin-1'.  
Public Propertystatic (Shared in Visual Basic)Gets and encoding for the 'Western European (Windows)' (Windows-1252) character set, also known as CP-1252 (code page 1252).  
Top
See Also