override | Equals(object) : boolDetermines whether the current instance and the
specified object represent the
same type and value. |
override | GetByteCount(string) : intReturns the number of bytes required to encode the
specified string as Unicode-encoded characters. |
override | GetByteCount(char*, int) : intDocumentation for this section has not yet been entered. |
override | GetByteCount(char[], int, int) : intDetermines the exact number of bytes required to encode the specified range
of the specified array of characters as Unicode-encoded characters. |
override | GetBytes(string) : byte[]Encodes the specified string as Unicode-encoded characters. |
override | GetBytes(char*, int, byte*, int) : intDocumentation for this section has not yet been entered. |
override | GetBytes(char[], int, int, byte[], int) : int Encodes the specified range of the specified character array into
the specified range of the specified byte array as Unicode-encoded characters. |
override | GetBytes(string, int, int, byte[], int) : intEncodes the specified range of the specified string into the specified range
of the specified array of bytes as Unicode-encoded characters. |
override | GetCharCount(byte*, int) : intDocumentation for this section has not yet been entered. |
override | GetCharCount(byte[], int, int) : intDetermines the exact number of characters that will be produced by decoding
the specified range of the specified array of bytes as Unicode-encoded
characters. |
override | GetChars(byte*, int, char*, int) : intDocumentation for this section has not yet been entered. |
override | GetChars(byte[], int, int, char[], int) : intDecodes the specified range of the specified array of bytes into the
specified range of the specified array of characters as Unicode-encoded
characters. |
override | GetDecoder() : Decoder Returns a System.Text.Decoder object
for the current instance. |
override | GetEncoder() : EncoderDocumentation for this section has not yet been entered. |
override | GetHashCode() : intGenerates a hash code for the current instance. |
override | GetMaxByteCount(int) : intReturns the maximum number of bytes required to encode the specified number of characters as Unicode-encoded characters, regardless
of the actual character values. |
override | GetMaxCharCount(int) : int Returns the maximum number of characters produced by decoding the specified number of bytes
as Unicode-encoded characters, regardless of the actual byte values.
|
override | GetPreamble() : byte[] Returns the bytes used at the beginning of a System.IO.Stream instance to
determine which System.Text.Encoding implementation the stream was created with. |
override | GetString(byte[], int, int) : stringDocumentation for this section has not yet been entered. |