System::Globalization::NumberFormatInfo::get_CurrencyNegativePattern method
NumberFormatInfo::get_CurrencyNegativePattern method
Gets currency negative pattern.
int System::Globalization::NumberFormatInfo::get_CurrencyNegativePattern() const
ReturnValue
Index of the pattern in array {"($n)", “-$n”, “$-n”, “$n-”, “(n$)”, “-n$”, “n-$”, “n$-”, “-n $”, “-$ n”, “n $-”, “$ n-”, “$ -n”, “n- $”, “($ n)”, “(n $)”}, where “n” is number, “-” is minus sign and “$” is currency symbol.
See Also
- Class NumberFormatInfo
- Namespace System::Globalization
- Library Aspose.PUB for C++