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

Returns an encoding for the ASCII character set.

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

See Also

Encoding Class | Encoding Members | System.Text Namespace