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!

UnicodeEncoding.CodePage

Gets the code page identifier of this instance of encoding.

[Visual Basic]
Overridable Public ReadOnly Property CodePage As Integer
[C#]
public int CodePage {override get;}
[C++]
public: __property virtual int get_CodePage();
[JScript]
public function get CodePage() : int;

Property Value

Value Meaning
1200 The code page identifier for little-endian encoding.
1201 The code page identifier for the big-endian encoding.

Remarks

[To be supplied.]

See Also

UnicodeEncoding Class | UnicodeEncoding Members | System.Text Namespace