The methods of System.Text.ASCIIEncoding are listed below. For a list of all members, see the ASCIIEncoding Members list.
See Also: Inherited members from System.Text.Encoding
overrideGetByteCount(string) : int Determines the exact number of bytes required to encode the specified string as ASCII-encoded characters. overrideGetByteCount(char*, int) : int Documentation for this section has not yet been entered. overrideGetByteCount(char[], int, int) : int Determines the exact number of bytes required to encode the specified range of the specified array of characters as ASCII-encoded characters. overrideGetBytes(char*, int, byte*, int) : int Documentation for this section has not yet been entered. overrideGetBytes(char[], int, int, byte[], int) : int Encodes the specified range of the specified array of characters into the specified range of the specified array of bytes as ASCII-encoded characters. overrideGetBytes(string, int, int, byte[], int) : int Encodes the specified range of the specified string into the specified range of the specified array of bytes as ASCII-encoded characters. overrideGetCharCount(byte*, int) : int Documentation for this section has not yet been entered. overrideGetCharCount(byte[], int, int) : int Determines the exact number of characters that will be produced by decoding the specified range of the specified array of bytes as ASCII-encoded characters. overrideGetChars(byte*, int, char*, int) : int Documentation for this section has not yet been entered. overrideGetChars(byte[], int, int, char[], int) : int Decodes the specified range of the specified array of bytes into the specified range of the specified array of characters as ASCII-encoded characters. overrideGetDecoder() : Decoder Documentation for this section has not yet been entered. overrideGetEncoder() : Encoder Documentation for this section has not yet been entered. overrideGetMaxByteCount(int) : int Returns the maximum number of bytes required to encode the specified number of characters as ASCII-encoded characters, regardless of the actual character values. overrideGetMaxCharCount(int) : int Gets the maximum number of characters produced by decoding a specified number of bytes as ASCII-encoded characters, regardless of the actual byte values. overrideGetString(byte[]) : string Decodes the specified array of bytes as a string of ASCII-encoded characters. overrideGetString(byte[], int, int) : string Decodes the specified range of the specified array of bytes as a string of ASCII-encoded characters.