System::Globalization::NumberFormatInfo::get_PercentPositivePattern méthode

NumberFormatInfo::get_PercentPositivePattern method

Obtient le modèle positif du pourcentage.

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

ReturnValue

Indice du modèle dans le tableau {“n %”, “n%”, “%n”, “% n”}, où “n” est le nombre et “%” est le signe de pourcentage.

Voir aussi