NevronOpenVision
Nevron.Nov.Text Namespace / NEncoding Class


NEncoding Class Methods

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

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