Mono Class Library: Overview

System.Text.Encoder: Members

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

See Also: Inherited members from System.Object

Protected Constructors

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

Public Properties

FallbackEncoderFallback. Documentation for this section has not yet been entered.
[read-only]
FallbackBufferEncoderFallbackBuffer. Documentation for this section has not yet been entered.

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) : int
Documentation 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) : int
Documentation 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.