Compartir a través de


ToStringHelper.FormatProvider (Propiedad)

Obtiene o establece la información de formato específica de la referencia cultural que se usa al llamar al método ToStringWithCulture.

Espacio de nombres:  Microsoft.VisualStudio.TextTemplating
Ensamblado:  Microsoft.VisualStudio.TextTemplating.11.0 (en Microsoft.VisualStudio.TextTemplating.11.0.dll)

Sintaxis

'Declaración
Public Shared Property FormatProvider As IFormatProvider
public static IFormatProvider FormatProvider { get; set; }
public:
static property IFormatProvider^ FormatProvider {
    IFormatProvider^ get ();
    void set (IFormatProvider^ value);
}
static member FormatProvider : IFormatProvider with get, set
static function get FormatProvider () : IFormatProvider
static function set FormatProvider (value : IFormatProvider)

Valor de propiedad

Tipo: System.IFormatProvider
Un objeto IFormatProvider que contiene la información de formato específica de la referencia cultural.El valor predeterminado es InvariantCulture.

Seguridad de .NET Framework

Vea también

Referencia

ToStringHelper Clase

Microsoft.VisualStudio.TextTemplating (Espacio de nombres)

ToStringWithCulture

IFormatProvider

InvariantCulture