The methods of System.Text.Encoding are listed below. For a list of all members, see the Encoding Members list.
See Also: Inherited members from System.Object
Clone() : object Documentation for this section has not yet been entered. staticConvert(Encoding, Encoding, byte[]) : byte[] Converts the specified byte array from one specified encoding to another specified encoding. staticConvert(Encoding, Encoding, byte[], int, int) : byte[] Converts the specified range of the specified byte array from one specified encoding to another specified encoding. overrideEquals(object) : bool Determines whether the current instance and the specified object represent the same type and value.GetByteCount(char[]) : int Returns the number of bytes required to encode the specified char array.GetByteCount(string) : int Returns the number of bytes required to encode the specified string.GetByteCount(char*, int) : int Documentation for this section has not yet been entered. abstractGetByteCount(char[], int, int) : int Returns the number of bytes required to encode the specified range of characters in the specified Unicode character array.GetBytes(char[]) : byte[] Encodes the specified char array.GetBytes(string) : byte[] Encodes the specified string.GetBytes(char[], int, int) : byte[] Encodes the specified range of the specified char array.GetBytes(char*, int, byte*, int) : int Documentation for this section has not yet been entered. abstractGetBytes(char[], int, int, byte[], int) : int Encodes the specified range of the specified char array into the specified range of the specified byte array.GetBytes(string, int, int, byte[], int) : int Encodes the specified range of the specified string into the specified range of the specified byte array.GetCharCount(byte[]) : int Determines the exact number of characters that will be produced by decoding the specified byte array.GetCharCount(byte*, int) : int Documentation for this section has not yet been entered. abstractGetCharCount(byte[], int, int) : int Determines the exact number of characters that will be produced by decoding the specified range of the specified byte array.GetChars(byte[]) : char[] Decodes a byte array.GetChars(byte[], int, int) : char[] Decodes the specified range of the specified byte array.GetChars(byte*, int, char*, int) : int Documentation for this section has not yet been entered. abstractGetChars(byte[], int, int, char[], int) : int Decodes the specified range of the specified byte array into the specified range of the specified char array.GetDecoder() : Decoder Returns a System.Text.Decoder for the current instance.GetEncoder() : Encoder Returns a System.Text.Encoder for the current instance. staticGetEncoding(int) : Encoding Documentation for this section has not yet been entered. staticGetEncoding(string) : Encoding Documentation for this section has not yet been entered. staticGetEncoding(int, EncoderFallback, DecoderFallback) : Encoding Documentation for this section has not yet been entered. staticGetEncoding(string, EncoderFallback, DecoderFallback) : Encoding Documentation for this section has not yet been entered. staticGetEncodings() : EncodingInfo[] Documentation for this section has not yet been entered. overrideGetHashCode() : int Generates a hash code for the current instance. abstractGetMaxByteCount(int) : int Returns the maximum number of bytes required to encode the specified number of characters, regardless of the actual character values. abstractGetMaxCharCount(int) : int Returns the maximum number of characters produced by decoding the specified number of bytes, regardless of the actual byte values.GetPreamble() : byte[] Returns the bytes used at the beginning of a System.IO.Stream to determine which System.Text.Encoding the stream was created with.GetString(byte[]) : string Decodes the specified byte array.GetString(byte[], int, int) : string Decodes the specified range of the specified byte array.IsAlwaysNormalized() : bool Documentation for this section has not yet been entered.IsAlwaysNormalized(NormalizationForm) : bool Documentation for this section has not yet been entered.