UTF8Encoding Methods

 

Namespace:   System.Text
Assembly:  mscorlib (in mscorlib.dll)

NameDescription
System_CAPS_pubmethodClone()

When overridden in a derived class, creates a shallow copy of the current Encoding object.(Inherited from Encoding.)

System_CAPS_pubmethodEquals(Object^)

Determines whether the specified object is equal to the current UTF8Encoding object.(Overrides Encoding::Equals(Object^).)

System_CAPS_protmethodFinalize()

Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.)

System_CAPS_pubmethodGetByteCount(Char*, Int32)

Calculates the number of bytes produced by encoding a set of characters starting at the specified character pointer.(Overrides Encoding::GetByteCount(Char*, Int32).)

System_CAPS_pubmethodGetByteCount(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.)

System_CAPS_pubmethodGetByteCount(array<Char>^, Int32, Int32)

Calculates the number of bytes produced by encoding a set of characters from the specified character array.(Overrides Encoding::GetByteCount(array<Char>^, Int32, Int32).)

System_CAPS_pubmethodGetByteCount(String^)

Calculates the number of bytes produced by encoding the characters in the specified String.(Overrides Encoding::GetByteCount(String^).)

System_CAPS_pubmethodGetBytes(Char*, Int32, Byte*, Int32)

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.(Overrides Encoding::GetBytes(Char*, Int32, Byte*, Int32).)

System_CAPS_pubmethodGetBytes(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.)

System_CAPS_pubmethodGetBytes(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.)

System_CAPS_pubmethodGetBytes(array<Char>^, Int32, Int32, array<Byte>^, Int32)

Encodes a set of characters from the specified character array into the specified byte array.(Overrides Encoding::GetBytes(array<Char>^, Int32, Int32, array<Byte>^, Int32).)

System_CAPS_pubmethodGetBytes(String^)

When overridden in a derived class, encodes all the characters in the specified string into a sequence of bytes.(Inherited from Encoding.)

System_CAPS_pubmethodGetBytes(String^, Int32, Int32, array<Byte>^, Int32)

Encodes a set of characters from the specified String into the specified byte array.(Overrides Encoding::GetBytes(String^, Int32, Int32, array<Byte>^, Int32).)

System_CAPS_pubmethodGetCharCount(Byte*, Int32)

Calculates the number of characters produced by decoding a sequence of bytes starting at the specified byte pointer.(Overrides Encoding::GetCharCount(Byte*, Int32).)

System_CAPS_pubmethodGetCharCount(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.)

System_CAPS_pubmethodGetCharCount(array<Byte>^, Int32, Int32)

Calculates the number of characters produced by decoding a sequence of bytes from the specified byte array.(Overrides Encoding::GetCharCount(array<Byte>^, Int32, Int32).)

System_CAPS_pubmethodGetChars(Byte*, Int32, Char*, Int32)

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.(Overrides Encoding::GetChars(Byte*, Int32, Char*, Int32).)

System_CAPS_pubmethodGetChars(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.)

System_CAPS_pubmethodGetChars(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.)

System_CAPS_pubmethodGetChars(array<Byte>^, Int32, Int32, array<Char>^, Int32)

Decodes a sequence of bytes from the specified byte array into the specified character array.(Overrides Encoding::GetChars(array<Byte>^, Int32, Int32, array<Char>^, Int32).)

System_CAPS_pubmethodGetDecoder()

Obtains a decoder that converts a UTF-8 encoded sequence of bytes into a sequence of Unicode characters. (Overrides Encoding::GetDecoder().)

System_CAPS_pubmethodGetEncoder()

Obtains an encoder that converts a sequence of Unicode characters into a UTF-8 encoded sequence of bytes.(Overrides Encoding::GetEncoder().)

System_CAPS_pubmethodGetHashCode()

Returns the hash code for the current instance.(Overrides Encoding::GetHashCode().)

System_CAPS_pubmethodGetMaxByteCount(Int32)

Calculates the maximum number of bytes produced by encoding the specified number of characters.(Overrides Encoding::GetMaxByteCount(Int32).)

System_CAPS_pubmethodGetMaxCharCount(Int32)

Calculates the maximum number of characters produced by decoding the specified number of bytes.(Overrides Encoding::GetMaxCharCount(Int32).)

System_CAPS_pubmethodGetPreamble()

Returns a Unicode byte order mark encoded in UTF-8 format, if the UTF8Encoding encoding object is configured to supply one. (Overrides Encoding::GetPreamble().)

System_CAPS_pubmethodGetString(Byte*, Int32)

When overridden in a derived class, decodes a specified number of bytes starting at a specified address into a string. (Inherited from Encoding.)

System_CAPS_pubmethodGetString(array<Byte>^)

When overridden in a derived class, decodes all the bytes in the specified byte array into a string.(Inherited from Encoding.)

System_CAPS_pubmethodGetString(array<Byte>^, Int32, Int32)

Decodes a range of bytes from a byte array into a string.(Overrides Encoding::GetString(array<Byte>^, Int32, Int32).)

System_CAPS_pubmethodGetType()

Gets the Type of the current instance.(Inherited from Object.)

System_CAPS_pubmethodIsAlwaysNormalized()

Gets a value indicating whether the current encoding is always normalized, using the default normalization form.(Inherited from Encoding.)

System_CAPS_pubmethodIsAlwaysNormalized(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.)

System_CAPS_protmethodMemberwiseClone()

Creates a shallow copy of the current Object.(Inherited from Object.)

System_CAPS_pubmethodToString()

Returns a string that represents the current object.(Inherited from Object.)

Return to top
Show: