TextInfo.EBCDICCodePage Property
.NET Framework 1.1
Gets the Extended Binary Coded Decimal Interchange Code (EBCDIC) code page used by the writing system represented by the current TextInfo.
[Visual Basic] Public Overridable ReadOnly Property EBCDICCodePage As Integer [C#] public virtual int EBCDICCodePage {get;} [C++] public: __property virtual int get_EBCDICCodePage(); [JScript] public function get EBCDICCodePage() : int;
Property Value
The EBCDIC code page used by the writing system represented by the current TextInfo.
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
TextInfo Class | TextInfo Members | System.Globalization Namespace | ANSICodePage | OEMCodePage | MacCodePage