Mono Class Library: Overview

System.Text.Decoder: Members

The members of System.Text.Decoder are listed below.

See Also: Inherited members from System.Object

Protected Constructors

Constructs a new instance of the System.Text.Decoder class.

Public Properties

FallbackDecoderFallback. Documentation for this section has not yet been entered.
[read-only]
FallbackBufferDecoderFallbackBuffer. Documentation for this section has not yet been entered.

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.