System::Globalization::NumberFormatInfo::get_CurrencyPositivePattern 方法

NumberFormatInfo::get_CurrencyPositivePattern method

获取货币正数模式。

int System::Globalization::NumberFormatInfo::get_CurrencyPositivePattern() const

ReturnValue

数组中模式的索引 {"$n", “n$”, “$ n”, “n $"},其中 “n” 为数字,"$” 为货币符号。

另见