System::Globalization::NumberFormatInfo::set_CurrencyPositivePattern 方法

NumberFormatInfo::set_CurrencyPositivePattern method

设置货币正数模式。

void System::Globalization::NumberFormatInfo::set_CurrencyPositivePattern(int value)
参数类型描述
int数组中模式的索引 {"$n", “n$”, “$ n”, “n $"},其中 “n” 为数字,"$” 为货币符号。

另见