طريقة System::Globalization::NumberFormatInfo::set_PercentNegativePattern
NumberFormatInfo::set_PercentNegativePattern method
يضبط نمط السالب للنسبة المئوية.
void System::Globalization::NumberFormatInfo::set_PercentNegativePattern(int value)
| Parameter | Type | الوصف |
|---|---|---|
| value | int | فهرس النمط في المصفوفة {"-n %", “-n%”, “-%n”, “%-n”, “%n-”, “n-%”, “n%-”, “-% n”, “n %-”, “% n-”, “% -n”, “n- %"}، حيث “n” هو الرقم، و”%" هو علامة النسبة المئوية و"-" هو علامة السالب. |
انظر أيضًا
- Class NumberFormatInfo
- Namespace System::Globalization
- Library Aspose.Page for C++