Decoder

Decoder


Provides an interface to be used in converting blocks of bytes into unicode characters.

See Also

Project VBCorLib Overview

Public:

Methods:

NameDescription
 Equals Returns an indication of equality with the passed in value.  
 GetCharCount Returns the number of characters a block of bytes can produce.  
 GetChars Returns the decoded unicode characters from a block of bytes.  
 GetHashCode Returns a pseudo-unique number that describes this instance.  
 ToString Returns a string representation of this instance.