The members of System.Text.Decoder are listed below.
See Also: Inherited members from System.Object
Protected Constructors
Public Properties
Public Methods
| Convert(byte[], int, int, char[], int, int, bool, out int, out int, out bool)Documentation for this section has not yet been entered. |
| Convert(byte*, int, char*, int, bool, out int, out int, out bool)Documentation for this section has not yet been entered. |
| GetCharCount(byte*, int, bool) : intDocumentation for this section has not yet been entered. |
abstract | GetCharCount(byte[], int, int) : int Determines the exact number of characters that will be produced by
decoding the specified range of the specified array of
bytes.
|
| GetCharCount(byte[], int, int, bool) : intDocumentation for this section has not yet been entered. |
| GetChars(byte*, int, char*, int, bool) : intDocumentation for this section has not yet been entered. |
abstract | GetChars(byte[], int, int, char[], int) : int Decodes the specified range of the specified array of bytes into the specified range
of the specified array of characters for a particular encoding.
|
| GetChars(byte[], int, int, char[], int, bool) : intDocumentation for this section has not yet been entered. |
| Reset()Documentation for this section has not yet been entered. |