override | GetByteCount(string) : int Determines the exact number of bytes required to encode
the specified string as ASCII-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 ASCII-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 array of characters
into the specified range of the specified array of bytes as ASCII-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 ASCII-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
ASCII-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 ASCII-encoded
characters. |
override | GetDecoder() : DecoderDocumentation for this section has not yet been entered. |
override | GetEncoder() : EncoderDocumentation for this section has not yet been entered. |
override | GetMaxByteCount(int) : intReturns the maximum number of bytes required to encode the specified number of characters as ASCII-encoded characters, regardless
of the actual character values. |
override | GetMaxCharCount(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.
|
override | GetString(byte[]) : stringDecodes the specified array of bytes as a string of ASCII-encoded characters. |
override | GetString(byte[], int, int) : stringDecodes the specified range of the specified array of bytes as a string of
ASCII-encoded characters. |