Mono Class Library: Overview

System.Text.Decoder: Method Members

The methods of System.Text.Decoder are listed below. For a list of all members, see the Decoder Members list.

See Also: Inherited members from System.Object

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) : int
Documentation 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) : int
Documentation for this section has not yet been entered.
GetChars(byte*, int, char*, int, bool) : int
Documentation 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) : int
Documentation for this section has not yet been entered.
Reset()
Documentation for this section has not yet been entered.