This documentation is archived and is not being maintained.

Encoding.WindowsCodePage Property

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

Encoding Class | Encoding Members | System.Text Namespace

Show: