Freigeben über


ToStringHelper.FormatProvider-Eigenschaft

Ruft die kulturspezifischen Formatierungsinformationen ab, die bei einem Aufruf von ToStringWithCulture verwendet werden, oder legt diese fest.

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

Syntax

'Declaration
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)

Eigenschaftswert

Typ: System.IFormatProvider
Eine IFormatProvider-Schnittstelle, die die kulturabhängigen Formatierungsinformationen enthält.Der Standardwert ist InvariantCulture.

.NET Framework-Sicherheit

Siehe auch

Referenz

ToStringHelper Klasse

Microsoft.VisualStudio.TextTemplating-Namespace

ToStringWithCulture

IFormatProvider

InvariantCulture