NumberFormatInfo.CurrencyNegativePattern 属性

获取或设置负货币值的格式模式。

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

语法

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

value = instance.CurrencyNegativePattern

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

/** @property */
public void set_CurrencyNegativePattern (int value)
public function get CurrencyNegativePattern () : int

public function set CurrencyNegativePattern (value : int)

属性值

负货币值的格式模式。InvariantInfo 的默认值是 0,它表示“($n)”,其中“$”是 CurrencySymbol 并且 n 是一个数字。

异常

异常类型 条件

ArgumentOutOfRangeException

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

InvalidOperationException

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

备注

该属性可以具有下表中列出的其中一个值。符号“$”是 CurrencySymbol,符号“-”是 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-

12

$ -n

13

n- $

14

($ n)

15

(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.CurrencyDecimalDigits 属性
NumberFormatInfo.CurrencyDecimalSeparator 属性
NumberFormatInfo.CurrencyGroupSeparator 属性
NumberFormatInfo.CurrencyGroupSizes 属性
CurrencySymbol
CurrencyPositivePattern
NumberNegativePattern
PercentNegativePattern