NumberFormatInfo.CurrencyPositivePattern 属性
获取或设置正货币值的格式模式。
**命名空间:**System.Globalization
**程序集:**mscorlib(在 mscorlib.dll 中)
语法
声明
Public Property CurrencyPositivePattern As Integer
用法
Dim instance As NumberFormatInfo
Dim value As Integer
value = instance.CurrencyPositivePattern
instance.CurrencyPositivePattern = value
public int CurrencyPositivePattern { get; set; }
public:
property int CurrencyPositivePattern {
int get ();
void set (int value);
}
/** @property */
public int get_CurrencyPositivePattern ()
/** @property */
public void set_CurrencyPositivePattern (int value)
public function get CurrencyPositivePattern () : int
public function set CurrencyPositivePattern (value : int)
属性值
正货币值的格式模式。InvariantInfo 的默认值是 0,这表示“$n”,其中“$”是 CurrencySymbol 并且 n 是一个数字。
异常
异常类型 | 条件 |
---|---|
该属性被设置为小于 0 或大于 3 的值。 |
|
设置该属性,并且 NumberFormatInfo 是只读的。 |
备注
该属性可以具有下表中列出的其中一个值。符号“$”是 CurrencySymbol,并且 n 是一个数字。
值 |
关联的模式 |
---|---|
0 |
$n |
1 |
n$ |
2 |
$ n |
3 |
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
NumberFormatInfo.CurrencyNegativePattern 属性
PercentPositivePattern