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