Método System::Globalization::NumberFormatInfo::get_PercentPositivePattern

NumberFormatInfo::get_PercentPositivePattern method

Obtiene el patrón positivo de porcentaje.

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.

Ver también