The ImapUTF7Encoding type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
Clone |
When overridden in a derived class, creates a shallow copy of the current Encoding object.
(Inherited from Encoding.) |
![]() |
Equals |
Determines whether the specified Object is equal to the current instance.
(Inherited from Encoding.) |
![]() |
Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) |
![]() |
GetByteCount(array<Char>[]()[][]) |
When overridden in a derived class, calculates the number of bytes produced by encoding all the characters in the specified character array.
(Inherited from Encoding.) |
![]() |
GetByteCount(String) |
When overridden in a derived class, calculates the number of bytes produced by encoding the characters in the specified String.
(Inherited from Encoding.) |
![]() |
GetByteCount(Char*, Int32) |
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 Encoding.) |
![]() |
GetByteCount(array<Char>[]()[][], Int32, Int32) |
Returns the number of bytes required to encode a range of characters in the specified character array.
(Overrides Encoding..::..GetByteCount(array<Char>[]()[][], Int32, Int32).) |
![]() |
GetBytes(array<Char>[]()[][]) |
When overridden in a derived class, encodes all the characters in the specified character array into a sequence of bytes.
(Inherited from Encoding.) |
![]() |
GetBytes(String) |
When overridden in a derived class, encodes all the characters in the specified String into a sequence of bytes.
(Inherited from Encoding.) |
![]() |
GetBytes(array<Char>[]()[][], Int32, Int32) |
When overridden in a derived class, encodes a set of characters from the specified character array into a sequence of bytes.
(Inherited from Encoding.) |
![]() |
GetBytes(Char*, Int32, Byte*, Int32) |
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 Encoding.) |
![]() |
GetBytes(String, Int32, Int32, array<Byte>[]()[][], Int32) |
When overridden in a derived class, encodes a set of characters from the specified String into the specified byte array.
(Inherited from Encoding.) |
![]() |
GetBytes(array<Char>[]()[][], Int32, Int32, array<Byte>[]()[][], Int32) |
Encodes the specified range of a System.String into the specified range of a chars array.
(Overrides Encoding..::..GetBytes(array<Char>[]()[][], Int32, Int32, array<Byte>[]()[][], Int32).) |
![]() |
GetCharCount(array<Byte>[]()[][]) |
When overridden in a derived class, calculates the number of characters produced by decoding all the bytes in the specified byte array.
(Inherited from Encoding.) |
![]() |
GetCharCount(Byte*, Int32) |
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 Encoding.) |
![]() |
GetCharCount(array<Byte>[]()[][], Int32, Int32) |
Calculates the number of characters produced by decoding a specified range of elements in an array of bytes.
(Overrides Encoding..::..GetCharCount(array<Byte>[]()[][], Int32, Int32).) |
![]() |
GetChars(array<Byte>[]()[][]) |
When overridden in a derived class, decodes all the bytes in the specified byte array into a set of characters.
(Inherited from Encoding.) |
![]() |
GetChars(array<Byte>[]()[][], Int32, Int32) |
When overridden in a derived class, decodes a sequence of bytes from the specified byte array into a set of characters.
(Inherited from Encoding.) |
![]() |
GetChars(Byte*, Int32, Char*, Int32) |
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 Encoding.) |
![]() |
GetChars(array<Byte>[]()[][], Int32, Int32, array<Char>[]()[][], Int32) |
Encodes the specified range of a System.String into the specified range of a byte array.
(Overrides Encoding..::..GetChars(array<Byte>[]()[][], Int32, Int32, array<Char>[]()[][], Int32).) |
![]() |
GetDecoder |
When overridden in a derived class, obtains a decoder that converts an encoded sequence of bytes into a sequence of characters.
(Inherited from Encoding.) |
![]() |
GetEncoder |
When overridden in a derived class, obtains an encoder that converts a sequence of Unicode characters into an encoded sequence of bytes.
(Inherited from Encoding.) |
![]() |
GetHashCode |
Returns the hash code for the current instance.
(Inherited from Encoding.) |
![]() |
GetMaxByteCount |
Returns the maximum number of bytes required to encode a given number of characters.
(Overrides Encoding..::..GetMaxByteCount(Int32).) |
![]() |
GetMaxCharCount |
Returns the maximum number of characters produced by decoding a given number of bytes.
(Overrides Encoding..::..GetMaxCharCount(Int32).) |
![]() |
GetPreamble |
When overridden in a derived class, returns a sequence of bytes that specifies the encoding used.
(Inherited from Encoding.) |
![]() |
GetString(array<Byte>[]()[][]) |
When overridden in a derived class, decodes all the bytes in the specified byte array into a string.
(Inherited from Encoding.) |
![]() |
GetString(array<Byte>[]()[][], Int32, Int32) |
When overridden in a derived class, decodes a sequence of bytes from the specified byte array into a string.
(Inherited from Encoding.) |
![]() |
GetType |
Gets the Type of the current instance.
(Inherited from Object.) |
![]() |
IsAlwaysNormalized()()()() |
Gets a value indicating whether the current encoding is always normalized, using the default normalization form.
(Inherited from Encoding.) |
![]() |
IsAlwaysNormalized(NormalizationForm) |
When overridden in a derived class, gets a value indicating whether the current encoding is always normalized, using the specified normalization form.
(Inherited from Encoding.) |
![]() |
MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) |
![]() |
ToString | (Inherited from Object.) |