get_CurrencyNegativePattern()

NumberFormatInfo::get_CurrencyNegativePattern() const method

Gets currency negative pattern.

int System::Globalization::NumberFormatInfo::get_CurrencyNegativePattern() const

Return Value

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