TextInfo.ANSICodePage Propiedad

Definición

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

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 utilizada por el sistema de escritura representado por el TextInfo actual.

Se aplica a

Consulte también