System::Globalization::NumberFormatInfo::get_PercentPositivePattern method

NumberFormatInfo::get_PercentPositivePattern method

Gets percent positive pattern.

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

ReturnValue

Index of the pattern in array {“n %”, “n%”, “%n”, “% n”}, where “n” is number and “%” is percent sign.

See Also