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 (Int32)

Initializes a new instance of the Encoding class.

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

Parameters

codePage
[To be supplied.]

See Also

Encoding Class | Encoding Members | System.Text Namespace | Encoding Constructor Overload List