override | Equals(object) : boolDetermines whether the current instance and the
specified object represent the
same type and value. |
override | GetByteCount(string) : intDetermines the number of bytes required to encode the
characters in the specified string as
a System.Text.UTF8Encoding. |
override | GetByteCount(char*, int) : intDocumentation for this section has not yet been entered. |
override | GetByteCount(char[], int, int) : int Determines the number of bytes required to encode the specified
range of characters in the specified Unicode character array as a System.Text.UTF8Encoding.
|
override | GetBytes(string) : byte[]Encodes the specified string as a System.Text.UTF8Encoding. |
override | GetBytes(char*, int, byte*, int) : intDocumentation for this section has not yet been entered. |
override | GetBytes(char[], int, int, byte[], int) : intEncodes the specified range of the specified char array into the specified range of the
specified byte array as a System.Text.UTF8Encoding. |
override | GetBytes(string, int, int, byte[], int) : intEncodes the specified range of the specified string into the specified
range of the specified byte array as a System.Text.UTF8Encoding . |
override | GetCharCount(byte*, int) : intDocumentation for this section has not yet been entered. |
override | GetCharCount(byte[], int, int) : intReturns the number of characters produced by decoding the specified range of
the specified byte array as a System.Text.UTF8Encoding . |
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 byte array into the specified range of the
specified char array as a System.Text.UTF8Encoding
. |
override | GetDecoder() : DecoderReturns a System.Text.Decoder for the current instance. |
override | GetEncoder() : EncoderReturns a System.Text.Encoder for the current instance. |
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 a System.Text.UTF8Encoding, regardless of the actual character
values. |
override | GetMaxCharCount(int) : intReturns the maximum number of characters produced by
decoding the specified number of bytes as a System.Text.UTF8Encoding, regardless of the actual byte
values. |
override | GetPreamble() : byte[] Returns the bytes used at the beginning of a stream to determine which
encoding a file was created with. |
override | GetString(byte[], int, int) : stringDocumentation for this section has not yet been entered. |