NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

UTF8Encoding Class

Represents a UTF8 character encoding, implementing a set of methods for translating between Unicode and UTF-8 byte encoding.

Object
   Encoding
      UTF8Encoding

[Visual Basic]
Public Class UTF8Encoding
   Inherits Encoding
[C#]
public class UTF8Encoding : Encoding
[C++]
public __gc class UTF8Encoding : public Encoding
[JScript]
public class UTF8Encoding extends Encoding

Remarks

UTF8Encoding, which encodes Unicode characters using the UTF-8 encoding (UCS Transformation Format, 8-bit form). This encoding supports all Unicode character values, and also can be accessed as code page 65001.

This class extends the Encoding class.

Requirements

Namespace: System.Text

Assembly: mscorlib.dll

See Also

UTF8Encoding Members | System.Text Namespace