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 Constructor

Initializes a new instance of the Encoding class.

Overload List

Initializes a new instance of the Encoding class.

[Visual Basic] Overloads Protected Sub New()
[C#] protected Encoding();
[C++] protected: Encoding();
[JScript] protected function Encoding();

Initializes a new instance of the Encoding class.

[Visual Basic] Overloads Protected Sub New(Integer)
[C#] protected Encoding(int);
[C++] protected: Encoding(int);
[JScript] protected function Encoding(int);

See Also

Encoding Class | Encoding Members | System.Text Namespace