System::Globalization::NumberFormatInfo::set_PercentPositivePattern 方法

NumberFormatInfo::set_PercentPositivePattern method

设置百分比正数模式。

void System::Globalization::NumberFormatInfo::set_PercentPositivePattern(int value)
ParameterType描述
valueint数组中模式的索引 {“n %”, “n%”, “%n”, “% n”},其中 “n” 为数字,"%" 为百分号。

另见