This documentation is archived and is not being maintained.
Encoding.WindowsCodePage Property
.NET Framework 1.1
Gets the Windows operating system code page that most closely corresponds to this encoding.
[Visual Basic] Public Overridable ReadOnly Property WindowsCodePage As Integer [C#] public virtual int WindowsCodePage {get;} [C++] public: __property virtual int get_WindowsCodePage(); [JScript] public function get WindowsCodePage() : int;
Property Value
The Windows operating system code page that most closely corresponds to this encoding.
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
See Also
Show: