get_PercentPositivePattern()

NumberFormatInfo::get_PercentPositivePattern() const method

Gets percent positive pattern.

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

Return Value

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

See Also