This documentation is archived and is not being maintained.
Encoding.CodePage Property
.NET Framework 1.1
When overridden in a derived class, gets the code page identifier of this encoding.
[Visual Basic] Public Overridable ReadOnly Property CodePage As Integer [C#] public virtual int CodePage {get;} [C++] public: __property virtual int get_CodePage(); [JScript] public function get CodePage() : int;
Property Value
The code page identifier of this encoding.
Remarks
This property must be implemented or overridden.
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, .NET Compact Framework
See Also
Encoding Class | Encoding Members | System.Text Namespace | Encoding
Show: