Click to Rate and Give Feedback
MSDN
MSDN Library
.NET Development
.NET Framework 3.5
UTF8Encoding Class
 UTF8Encoding Members

  Switch on low bandwidth view
Members FilterMembers Filter
Frameworks FilterFrameworks Filter
This page is specific to
Microsoft Visual Studio 2008/.NET Framework 3.5

Other versions are also available for the following:
.NET Framework Class Library
UTF8Encoding Members

Represents a UTF-8 encoding of Unicode characters.

The UTF8Encoding type exposes the following members.

  NameDescription
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkUTF8EncodingOverloaded. Initializes a new instance of the UTF8Encoding class.
Top
  NameDescription
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkClone When overridden in a derived class, creates a shallow copy of the current Encoding object. (Inherited from Encoding.)
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkEquals Determines whether the specified Object is equal to the current UTF8Encoding object. (Overrides Encoding..::.Equals(Object).)
Protected methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkFinalize Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.)
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkGetByteCountOverloaded. Calculates the number of bytes produced by encoding a set of characters.
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkGetBytesOverloaded. Encodes a set of characters into a sequence of bytes.
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkGetCharCountOverloaded. Calculates the number of characters produced by decoding a sequence of bytes.
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkGetCharsOverloaded. Decodes a sequence of bytes into a set of characters.
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkGetDecoder Obtains a decoder that converts a UTF-8 encoded sequence of bytes into a sequence of Unicode characters. (Overrides Encoding..::.GetDecoder()()().)
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkGetEncoder Obtains an encoder that converts a sequence of Unicode characters into a UTF-8 encoded sequence of bytes. (Overrides Encoding..::.GetEncoder()()().)
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkGetHashCode Returns the hash code for the current instance. (Overrides Encoding..::.GetHashCode()()().)
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkGetMaxByteCount Calculates the maximum number of bytes produced by encoding the specified number of characters. (Overrides Encoding..::.GetMaxByteCount(Int32).)
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkGetMaxCharCount Calculates the maximum number of characters produced by decoding the specified number of bytes. (Overrides Encoding..::.GetMaxCharCount(Int32).)
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkGetPreamble Returns a Unicode byte order mark encoded in UTF-8 format, if the constructor for this instance requests a byte order mark. (Overrides Encoding..::.GetPreamble()()().)
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkGetStringOverloaded. Decodes a sequence of bytes into a string.
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkGetType Gets the Type of the current instance. (Inherited from Object.)
Public methodIsAlwaysNormalizedOverloaded. Gets a value indicating whether the current encoding is always normalized.
Protected methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkMemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkToString Returns a String that represents the current Object. (Inherited from Object.)
Top
  NameDescription
Public propertyBodyName When overridden in a derived class, gets a name for the current encoding that can be used with mail agent body tags. (Inherited from Encoding.)
Public propertySupported by the .NET Compact FrameworkSupported by the XNA FrameworkCodePage When overridden in a derived class, gets the code page identifier of the current Encoding. (Inherited from Encoding.)
Public propertyDecoderFallback Gets or sets the DecoderFallback object for the current Encoding object. (Inherited from Encoding.)
Public propertyEncoderFallback Gets or sets the EncoderFallback object for the current Encoding object. (Inherited from Encoding.)
Public propertyEncodingName When overridden in a derived class, gets the human-readable description of the current encoding. (Inherited from Encoding.)
Public propertyHeaderName When overridden in a derived class, gets a name for the current encoding that can be used with mail agent header tags. (Inherited from Encoding.)
Public propertyIsBrowserDisplay When overridden in a derived class, gets a value indicating whether the current encoding can be used by browser clients for displaying content. (Inherited from Encoding.)
Public propertyIsBrowserSave When overridden in a derived class, gets a value indicating whether the current encoding can be used by browser clients for saving content. (Inherited from Encoding.)
Public propertyIsMailNewsDisplay When overridden in a derived class, gets a value indicating whether the current encoding can be used by mail and news clients for displaying content. (Inherited from Encoding.)
Public propertyIsMailNewsSave When overridden in a derived class, gets a value indicating whether the current encoding can be used by mail and news clients for saving content. (Inherited from Encoding.)
Public propertyIsReadOnly When overridden in a derived class, gets a value indicating whether the current encoding is read-only. (Inherited from Encoding.)
Public propertyIsSingleByte When overridden in a derived class, gets a value indicating whether the current encoding uses single-byte code points. (Inherited from Encoding.)
Public propertySupported by the .NET Compact FrameworkSupported by the XNA FrameworkWebName When overridden in a derived class, gets the name registered with the Internet Assigned Numbers Authority (IANA) for the current encoding. (Inherited from Encoding.)
Public propertyWindowsCodePage When overridden in a derived class, gets the Windows operating system code page that most closely corresponds to the current encoding. (Inherited from Encoding.)
Top
Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2009 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
Page view tracker