Encoder

Encoder


Provides an interface for encoding unicode characters into bytes.

See Also

Project VBCorLib Overview

Public:

Methods:

NameDescription
 Equals Used to determine if to objects are of equal value.  
 GetByteCount Returns the number of encoded bytes the set of characters would produce.  
 GetBytes Returns the encoded bytes generated from a set of unicode characters.  
 GetHashCode Returns a pseudo-unique number to identify this instance.  
 ToString Returns a string representation of this instance.