Compartilhar via


Propriedade ToStringHelper.FormatProvider

Obtém ou define as informações de formatação específicas de cultura que são usadas ao chamar ToStringWithCulture.

Namespace:  Microsoft.VisualStudio.TextTemplating
Assembly:  Microsoft.VisualStudio.TextTemplating.10.0 (em Microsoft.VisualStudio.TextTemplating.10.0.dll)

Sintaxe

'Declaração
Public Shared Property FormatProvider As IFormatProvider
    Get
    Set
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 propriedade

Tipo: System.IFormatProvider
Um IFormatProvider que contém as informações de formatação específicas da cultura.O padrão é InvariantCulture.

Segurança do .NET Framework

Consulte também

Referência

ToStringHelper Classe

Namespace Microsoft.VisualStudio.TextTemplating

ToStringWithCulture

IFormatProvider

InvariantCulture