The members of System.Text.Encoder are listed below.
See Also: Inherited members from System.Object
Protected Constructors
Public Properties
Public Methods
| Convert(char[], int, int, byte[], int, int, bool, out int, out int, out bool)Documentation for this section has not yet been entered. |
| Convert(char*, int, byte*, int, bool, out int, out int, out bool)Documentation for this section has not yet been entered. |
| GetByteCount(char*, int, bool) : intDocumentation for this section has not yet been entered. |
abstract | GetByteCount(char[], int, int, bool) : int Determines the exact number of bytes required to
encode the specified range in the specified array of
characters.
|
| GetBytes(char*, int, byte*, int, bool) : intDocumentation for this section has not yet been entered. |
abstract | GetBytes(char[], int, int, byte[], int, bool) : int Encodes the specified range of the specified array
of characters into the specified range of the specified array of bytes. |
| Reset()Documentation for this section has not yet been entered. |