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!

UTF7Encoding Class

Represents a set of methods for translating between Unicode and the UTF-7 byte encoding (UCS Transformation Format, 7-bit form).

Object
   Encoding
      UTF7Encoding

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

Remarks

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

This class implements the Encoding abstract base class.

Requirements

Namespace: System.Text

Assembly: mscorlib.dll

See Also

UTF7Encoding Members | System.Text Namespace | Encoding