TextInfo.EBCDICCodePage 属性

定义

获取当前 TextInfo 所表示书写体系使用的“扩充的二进制编码的十进制交换码”(EBCDIC) 代码页。

public:
 property int EBCDICCodePage { int get(); };
public:
 virtual property int EBCDICCodePage { int get(); };
public int EBCDICCodePage { get; }
public virtual int EBCDICCodePage { get; }
member this.EBCDICCodePage : int
Public ReadOnly Property EBCDICCodePage As Integer
Public Overridable ReadOnly Property EBCDICCodePage As Integer

属性值

当前 TextInfo 所表示书写体系使用的 EBCDIC 代码页。

适用于

另请参阅