System::Globalization::NumberFormatInfo::get_PercentPositivePattern 方法

NumberFormatInfo::get_PercentPositivePattern method

获取百分比正数格式。

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

ReturnValue

数组中模式的索引 {“n %”, “n%”, “%n”, “% n”},其中 “n” 为数字,"%" 为百分号。

另见