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