共用方式為


ToStringHelper.FormatProvider 屬性

取得或設定呼叫 ToStringWithCulture 時所使用的特定文化特性的格式資訊。

命名空間:  Microsoft.VisualStudio.TextTemplating
組件:  Microsoft.VisualStudio.TextTemplating.11.0 (在 Microsoft.VisualStudio.TextTemplating.11.0.dll 中)

語法

'宣告
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)

屬性值

型別:System.IFormatProvider
IFormatProvider ,包含特定文化特性的格式資訊。預設值為 InvariantCulture

.NET Framework 安全性

請參閱

參考

ToStringHelper 類別

Microsoft.VisualStudio.TextTemplating 命名空間

ToStringWithCulture

IFormatProvider

InvariantCulture