Mono Class Library: Overview

System.Text.UTF7Encoding: Members

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

See Also: Inherited members from System.Text.Encoding

Public Constructors

Documentation for this section has not yet been entered.
Documentation for this section has not yet been entered.

Public Methods

override
Equals(object) : bool
Documentation for this section has not yet been entered.
override
GetByteCount(string) : int
Documentation for this section has not yet been entered.
override
GetByteCount(char*, int) : int
Documentation for this section has not yet been entered.
override
GetByteCount(char[], int, int) : int
Documentation for this section has not yet been entered.
override
GetBytes(char*, int, byte*, int) : int
Documentation for this section has not yet been entered.
override
GetBytes(char[], int, int, byte[], int) : int
Documentation for this section has not yet been entered.
override
GetBytes(string, int, int, byte[], int) : int
Documentation for this section has not yet been entered.
override
GetCharCount(byte*, int) : int
Documentation for this section has not yet been entered.
override
GetCharCount(byte[], int, int) : int
Documentation for this section has not yet been entered.
override
GetChars(byte*, int, char*, int) : int
Documentation for this section has not yet been entered.
override
GetChars(byte[], int, int, char[], int) : int
Documentation for this section has not yet been entered.
override
GetDecoder() : Decoder
Documentation for this section has not yet been entered.
override
GetEncoder() : Encoder
Documentation for this section has not yet been entered.
override
GetHashCode() : int
Documentation for this section has not yet been entered.
override
GetMaxByteCount(int) : int
Documentation for this section has not yet been entered.
override
GetMaxCharCount(int) : int
Documentation for this section has not yet been entered.
override
GetString(byte[], int, int) : string
Documentation for this section has not yet been entered.