set_CurrencyNegativePattern()

NumberFormatInfo::set_CurrencyNegativePattern(int) method

Sets currency negative pattern.

void System::Globalization::NumberFormatInfo::set_CurrencyNegativePattern(int value)

Arguments

ParameterTypeDescription
valueintIndex 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