Mono Class Library: OverviewSystem.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
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. abstractGetByteCount(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. abstractGetBytes(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.