System::Globalization::NumberFormatInfo::set_CurrencyNegativePattern method
NumberFormatInfo::set_CurrencyNegativePattern method
Sets currency negative pattern.
void System::Globalization::NumberFormatInfo::set_CurrencyNegativePattern(int value)
Parameter | Type | Description |
---|---|---|
value | int | 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.TeX for C++