TextInfo.ANSICodePage Propiedad

Definición

Obtiene la página de códigos del American National Standards Institute (ANSI) utilizada por el sistema de escritura representado por el actual TextInfo.

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

Valor de propiedad

Página de códigos ANSI usada por el sistema de escritura representado por el actual TextInfo.

Se aplica a

Consulte también