NumberFormatInfo.PercentNegativePattern 属性

获取或设置负百分比值的格式模式。

**命名空间:**System.Globalization
**程序集:**mscorlib(在 mscorlib.dll 中)

语法

声明
Public Property PercentNegativePattern As Integer
用法
Dim instance As NumberFormatInfo
Dim value As Integer

value = instance.PercentNegativePattern

instance.PercentNegativePattern = value
public int PercentNegativePattern { get; set; }
public:
property int PercentNegativePattern {
    int get ();
    void set (int value);
}
/** @property */
public int get_PercentNegativePattern ()

/** @property */
public void set_PercentNegativePattern (int value)
public function get PercentNegativePattern () : int

public function set PercentNegativePattern (value : int)

属性值

负百分比值的格式模式。InvariantInfo 的默认值是 0,这表示“-n %”,其中“%”是 PercentSymbol,并且 n 是一个数字。

异常

异常类型 条件

ArgumentOutOfRangeException

该属性被设置为小于 0 或大于 11 的值。

InvalidOperationException

设置该属性,并且 NumberFormatInfo 是只读的。

备注

该属性可以具有下表中列出的其中一个值。符号“%”是 PercentSymbol,符号“-”是 NegativeSign,并且 n 是一个数字。

关联的模式

0

-n %

1

-n%

2

-%n

3

%-n

4

%n-

5

n-%

6

n%-

7

-%n

8

n %-

9

% n-

10

% -n

11

n- %

平台

Windows 98、Windows 2000 SP4、Windows CE、Windows Millennium Edition、Windows Mobile for Pocket PC、Windows Mobile for Smartphone、Windows Server 2003、Windows XP Media Center Edition、Windows XP Professional x64 Edition、Windows XP SP2、Windows XP Starter Edition

.NET Framework 并不是对每个平台的所有版本都提供支持。有关受支持版本的列表,请参见系统要求

版本信息

.NET Framework

受以下版本支持:2.0、1.1、1.0

.NET Compact Framework

受以下版本支持:2.0、1.0

请参见

参考

NumberFormatInfo 类
NumberFormatInfo 成员
System.Globalization 命名空间
NumberFormatInfo.PercentDecimalDigits 属性
NumberFormatInfo.PercentDecimalSeparator 属性
NumberFormatInfo.PercentGroupSeparator 属性
NumberFormatInfo.PercentGroupSizes 属性
PercentSymbol
PercentPositivePattern
NumberFormatInfo.CurrencyNegativePattern 属性
NumberFormatInfo.NumberNegativePattern 属性