Nevron Open Vision Documentation
Nevron.Nov.Text Namespace / NEncoding Class
Fields Properties Methods


In This Topic
    NEncoding Class Members
    In This Topic

    The following tables list the members exposed by NEncoding.

    Protected Fields
     NameDescription
    Protected FieldThe alias names of this encoding.  
    Internal Field  
    Top
    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
    Public Methods
     NameDescription
    Public MethodAdds an alias name for this encoding.  
    Public Methodstatic (Shared in Visual Basic)Adds a new custom encoding to the list of encodings.  
    Public MethodReturns true if the current encoding can encode the char.  
    Public MethodOverloaded. Calculates the number of bytes produced by encoding a set of characters from the specified string.  
    Public MethodOverloaded. Encodes "charCount" characters from the given string, starting from the character at index "charIndex" and puts them in the specified byte array, starting from "byteIndex".  
    Public MethodOverloaded. Calculates the number of characters produced by decoding all the bytes from the specified byte array.  
    Public MethodCalculates the number of characters produced by decoding a sequence of bytes from the specified byte array.  
    Public MethodOverloaded. Decodes "byteCount" bytes from the given byte array, starting from the byte at index "byteIndex" and puts them in the specified char array, starting from "charIndex".  
    Public Methodstatic (Shared in Visual Basic)Overloaded. Returns the encoding associated with the specified code page or null if no such encoding is supported.  
    Public MethodOverloaded. Decodes the given byte array and returns the resulting string.  
    Public MethodChecks whether the given name is an alias of this encoding.  
    Top
    Protected Methods
     NameDescription
    Internal Method  
    Top
    See Also