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!

Encoding.UTF7

Gets an encoding for the UTF-7 format.

[Visual Basic]
Public Shared ReadOnly Property UTF7 As Encoding
[C#]
public static Encoding UTF7 {get;}
[C++]
public: __property static Encoding* get_UTF7();
[JScript]
public static function get UTF7() : Encoding;

See Also

Encoding Class | Encoding Members | System.Text Namespace