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;
Value | Meaning |
---|---|
1200 | The code page identifier for little-endian encoding. |
1201 | The code page identifier for the big-endian encoding. |
[To be supplied.]
UnicodeEncoding Class | UnicodeEncoding Members | System.Text Namespace