System::Globalization::NumberFormatInfo::get_PercentNegativePattern طريقة

NumberFormatInfo::get_PercentNegativePattern method

يحصل على نمط سالب للنسبة المئوية.

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

ReturnValue

فهرس النمط في المصفوفة {"-n %", “-n%”, “-%n”, “%-n”, “%n-”, “n-%”, “n%-”, “-% n”, “n %-”, “% n-”, “% -n”, “n- %"}، حيث “n” هو الرقم، و”%" هو علامة النسبة المئوية، و"-" هو علامة الطرح.

انظر أيضًا