TextInfo.EBCDICCodePage Proprietà

Definizione

Ottiene la tabella codici EBCDIC (Extended Binary Coded Decimal Interchange Code) utilizzata dal sistema di scrittura rappresentato dalla classe TextInfo corrente.

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

Valore della proprietà

Tabella codici EBCDIC utilizzata dal sistema di scrittura rappresentato dalla classe TextInfo corrente.

Si applica a

Vedi anche