Mono Class Library: OverviewSystem.Text.UnicodeEncoding: Method Members |
The methods of System.Text.UnicodeEncoding are listed below. For a list of all members, see the UnicodeEncoding Members list.
See Also: Inherited members from System.Text.Encoding
overrideEquals(object) : bool Determines whether the current instance and the specified object represent the same type and value. overrideGetByteCount(string) : int Returns the number of bytes required to encode the specified string as Unicode-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 Unicode-encoded characters. overrideGetBytes(string) : byte[] Encodes the specified string as Unicode-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 character array into the specified range of the specified byte array as Unicode-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 Unicode-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 Unicode-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 Unicode-encoded characters. overrideGetDecoder() : Decoder Returns a System.Text.Decoder object for the current instance. overrideGetEncoder() : Encoder Documentation for this section has not yet been entered. overrideGetHashCode() : int Generates a hash code for the current instance. overrideGetMaxByteCount(int) : int Returns the maximum number of bytes required to encode the specified number of characters as Unicode-encoded characters, regardless of the actual character values. overrideGetMaxCharCount(int) : int Returns the maximum number of characters produced by decoding the specified number of bytes as Unicode-encoded characters, regardless of the actual byte values. overrideGetPreamble() : byte[] Returns the bytes used at the beginning of a System.IO.Stream instance to determine which System.Text.Encoding implementation the stream was created with. overrideGetString(byte[], int, int) : string Documentation for this section has not yet been entered.