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.UTF8

Gets an encoding for the UTF-8 format.

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

See Also

Encoding Class | Encoding Members | System.Text Namespace