ToStringHelper.FormatProvider 属性

获取或设置在调用 ToStringWithCulture 时使用的区域性特定格式设置信息。

命名空间:  Microsoft.VisualStudio.TextTemplating
程序集:  Microsoft.VisualStudio.TextTemplating.10.0(在 Microsoft.VisualStudio.TextTemplating.10.0.dll 中)

语法

声明
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)

属性值

类型:System.IFormatProvider
一个 IFormatProvider,其中包含区域性特定的格式信息。默认值为 InvariantCulture

.NET Framework 安全性

请参见

参考

ToStringHelper 类

Microsoft.VisualStudio.TextTemplating 命名空间

ToStringWithCulture

IFormatProvider

InvariantCulture