Gets or sets the format pattern for negative currency values.
OutputVar := instance.CurrencyNegativePattern
instance.CurrencyNegativePattern := Value
Value
MfInteger instance or var containing integer.
Gets the format pattern for negative currency values as an integer var. The default for InvariantInfo is 0, which represents "($n)", where "$" is the CurrencySymbol and n is a number.
Sets the format pattern for negative currency values.
Throws MfArgumentOutOfRangeException if the property is being set to a value that is less than 0 or greater than 15.
Throws MfInvalidOperationException if the property is being set and the MfNumberFormatInfo is read-only.