System::Globalization::NumberFormatInfo::get_CurrencyNegativePattern طريقة
NumberFormatInfo::get_CurrencyNegativePattern method
يحصل على نمط سالب للعملة.
int System::Globalization::NumberFormatInfo::get_CurrencyNegativePattern() const
ReturnValue
فهرس النمط في المصفوفة {"($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++