Mono Class Library: Overview

System.Text.Encoder: Method Members

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

See Also: Inherited members from System.Object

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.