طريقة System::Globalization::NumberFormatInfo::set_CurrencyNegativePattern
NumberFormatInfo::set_CurrencyNegativePattern method
يضبط نمط السالب للعملة.
void System::Globalization::NumberFormatInfo::set_CurrencyNegativePattern(int value)
| Parameter | Type | الوصف |
|---|---|---|
| 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.Page for C++