Clone (inherited from Encoding) | When overridden in a derived class, creates a shallow copy of the current Encoding object. |
Equals (inherited from Encoding) | Determines whether the specified Object is equal to the current instance. |
GetByteCount | Overloaded. Returns the number of bytes required to encode a range of characters in the specified character array. |
GetByteCount (inherited from Encoding) | Overloaded. When overridden in a derived class, calculates the number of bytes produced by encoding all the characters in the specified character array. |
GetBytes | Overloaded. Encodes the specified range of a System.String into the specified range of a chars array. |
GetBytes (inherited from Encoding) | Overloaded. When overridden in a derived class, encodes all the characters in the specified character array into a sequence of bytes. |
GetCharCount | Overloaded. Calculates the number of characters produced by decoding a specified range of elements in an array of bytes. |
GetCharCount (inherited from Encoding) | Overloaded. When overridden in a derived class, calculates the number of characters produced by decoding all the bytes in the specified byte array. |
GetChars | Overloaded. Encodes the specified range of a System.String into the specified range of a byte array. |
GetChars (inherited from Encoding) | Overloaded. When overridden in a derived class, decodes all the bytes in the specified byte array into a set of characters. |
GetDecoder (inherited from Encoding) | When overridden in a derived class, obtains a decoder that converts an encoded sequence of bytes into a sequence of characters. |
GetEncoder (inherited from Encoding) | When overridden in a derived class, obtains an encoder that converts a sequence of Unicode characters into an encoded sequence of bytes. |
GetHashCode (inherited from Encoding) | Returns the hash code for the current instance. |
GetMaxByteCount | Returns the maximum number of bytes required to encode a given number of characters. |
GetMaxCharCount | Returns the maximum number of characters produced by decoding a given number of bytes. |
GetPreamble (inherited from Encoding) | When overridden in a derived class, returns a sequence of bytes that specifies the encoding used. |
GetString (inherited from Encoding) | Overloaded. When overridden in a derived class, decodes all the bytes in the specified byte array into a string. |
GetType (inherited from Object) | Gets the Type of the current instance. |
IsAlwaysNormalized (inherited from Encoding) | Overloaded. Gets a value indicating whether the current encoding is always normalized, using the default normalization form. |
ToString (inherited from Object) | Returns a String that represents the current Object. |