Click to Rate and Give Feedback
MSDN
MSDN Library
.NET Development
.NET Framework 3.5
UTF8Encoding Class
 UTF8Encoding Members
Collapse All/Expand All Collapse All
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 FrameworkCloneWhen 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 FrameworkEqualsDetermines 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 FrameworkFinalizeAllows 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 FrameworkGetDecoderObtains 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 FrameworkGetEncoderObtains 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 FrameworkGetHashCodeReturns the hash code for the current instance. (Overrides Encoding..::.GetHashCode()()().)
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkGetMaxByteCountCalculates 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 FrameworkGetMaxCharCountCalculates 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 FrameworkGetPreambleReturns 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 FrameworkGetTypeGets 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 FrameworkMemberwiseCloneCreates a shallow copy of the current Object. (Inherited from Object.)
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkToStringReturns a String that represents the current Object. (Inherited from Object.)
Top
  NameDescription
Public propertyBodyNameWhen 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 FrameworkCodePageWhen overridden in a derived class, gets the code page identifier of the current Encoding. (Inherited from Encoding.)
Public propertyDecoderFallbackGets or sets the DecoderFallback object for the current Encoding object. (Inherited from Encoding.)
Public propertyEncoderFallbackGets or sets the EncoderFallback object for the current Encoding object. (Inherited from Encoding.)
Public propertyEncodingNameWhen overridden in a derived class, gets the human-readable description of the current encoding. (Inherited from Encoding.)
Public propertyHeaderNameWhen 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 propertyIsBrowserDisplayWhen 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 propertyIsBrowserSaveWhen 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 propertyIsMailNewsDisplayWhen 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 propertyIsMailNewsSaveWhen 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 propertyIsReadOnlyWhen overridden in a derived class, gets a value indicating whether the current encoding is read-only. (Inherited from Encoding.)
Public propertyIsSingleByteWhen 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 FrameworkWebNameWhen overridden in a derived class, gets the name registered with the Internet Assigned Numbers Authority (IANA) for the current encoding. (Inherited from Encoding.)
Public propertyWindowsCodePageWhen 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