The ASCIIEncoding type exposes the following members.
Back to Top
Back to Top
Back to Top
Constructors
| Name | Description | |
|---|---|---|
| ASCIIEncoding |
Initializes a new instance of the ASCIIEncoding class.
|
Methods
| Name | Description | |
|---|---|---|
When overridden in a derived class, creates a shallow copy of the current (Inherited from | ||
Determines whether the specified (Inherited from | ||
Allows an (Inherited from | ||
When overridden in a derived class, calculates the number of bytes produced by encoding all the characters in the specified character array. (Inherited from | ||
When overridden in a derived class, calculates the number of bytes produced by encoding the characters in the specified (Inherited from | ||
When overridden in a derived class, calculates the number of bytes produced by encoding a set of characters starting at the specified character pointer. (Inherited from | ||
| GetByteCount( Char , Int32, Int32) |
Calculates the number of bytes produced by encoding a set of characters from the specified character array.
(Overrides | |
When overridden in a derived class, encodes all the characters in the specified character array into a sequence of bytes. (Inherited from | ||
When overridden in a derived class, encodes all the characters in the specified (Inherited from | ||
When overridden in a derived class, encodes a set of characters from the specified character array into a sequence of bytes. (Inherited from | ||
When overridden in a derived class, encodes a set of characters starting at the specified character pointer into a sequence of bytes that are stored starting at the specified byte pointer. (Inherited from | ||
When overridden in a derived class, encodes a set of characters from the specified (Inherited from | ||
| GetBytes( Char , Int32, Int32, Byte , Int32) |
Encodes a set of characters from the specified character array into the specified byte array.
(Overrides | |
When overridden in a derived class, calculates the number of characters produced by decoding all the bytes in the specified byte array. (Inherited from | ||
When overridden in a derived class, calculates the number of characters produced by decoding a sequence of bytes starting at the specified byte pointer. (Inherited from | ||
| GetCharCount( Byte , Int32, Int32) |
Calculates the number of characters produced by decoding a sequence of bytes from the specified byte array.
(Overrides | |
When overridden in a derived class, decodes all the bytes in the specified byte array into a set of characters. (Inherited from | ||
When overridden in a derived class, decodes a sequence of bytes from the specified byte array into a set of characters. (Inherited from | ||
When overridden in a derived class, decodes a sequence of bytes starting at the specified byte pointer into a set of characters that are stored starting at the specified character pointer. (Inherited from | ||
| GetChars( Byte , Int32, Int32, Char , Int32) |
Decodes a sequence of bytes from the specified byte array into the specified character array.
(Overrides | |
When overridden in a derived class, obtains a decoder that converts an encoded sequence of bytes into a sequence of characters. (Inherited from | ||
When overridden in a derived class, obtains an encoder that converts a sequence of Unicode characters into an encoded sequence of bytes. (Inherited from | ||
Returns the hash code for the current instance. (Inherited from | ||
| GetMaxByteCount |
Calculates the maximum number of bytes produced by encoding the specified number of characters.
(Overrides | |
| GetMaxCharCount |
Calculates the maximum number of characters produced by decoding the specified number of bytes.
(Overrides | |
When overridden in a derived class, returns a sequence of bytes that specifies the encoding used. (Inherited from | ||
When overridden in a derived class, decodes all the bytes in the specified byte array into a string. (Inherited from | ||
When overridden in a derived class, decodes a sequence of bytes from the specified byte array into a string. (Inherited from | ||
Gets the (Inherited from | ||
Gets a value indicating whether the current encoding is always normalized, using the default normalization form. (Inherited from | ||
When overridden in a derived class, gets a value indicating whether the current encoding is always normalized, using the specified normalization form. (Inherited from | ||
Creates a shallow copy of the current (Inherited from | ||
| (Inherited from |
Properties
| Name | Description | |
|---|---|---|
When overridden in a derived class, gets a name for the current encoding that can be used with mail agent body tags. (Inherited from | ||
When overridden in a derived class, gets the code page identifier of the current (Inherited from | ||
| (Inherited from | ||
| (Inherited from | ||
When overridden in a derived class, gets the human-readable description of the current encoding. (Inherited from | ||
When overridden in a derived class, gets a name for the current encoding that can be used with mail agent header tags. (Inherited from | ||
When overridden in a derived class, gets a value indicating whether the current encoding can be used by browser clients for displaying content. (Inherited from | ||
When overridden in a derived class, gets a value indicating whether the current encoding can be used by browser clients for saving content. (Inherited from | ||
When overridden in a derived class, gets a value indicating whether the current encoding can be used by mail and news clients for displaying content. (Inherited from | ||
When overridden in a derived class, gets a value indicating whether the current encoding can be used by mail and news clients for saving content. (Inherited from | ||
When overridden in a derived class, gets a value indicating whether the current encoding is read-only. (Inherited from | ||
When overridden in a derived class, gets a value indicating whether the current encoding uses single-byte code points. (Inherited from | ||
When overridden in a derived class, gets the name registered with the Internet Assigned Numbers Authority (IANA) for the current encoding. (Inherited from | ||
When overridden in a derived class, gets the Windows operating system code page that most closely corresponds to the current encoding. (Inherited from |
See Also