Gets the code page identifier of the current 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 |
---|---|
-1 | The encoding does not represent a code page. |
0-65535 | The code page identifier for the encoding |
The returned value is 65000.
UTF7Encoding Class | UTF7Encoding Members | System.Text Namespace