Gets or sets the number of decimal places to use in currency values.
OutputVar := instance.CurrencyDecimalDigits
instance.CurrencyDecimalDigits := Value
Value
MfInteger instance or var containing integer.
Gets the number as an Integer var of decimal places to use in currency values.
The default for InvariantInfo is 2
Sets the number of decimal places to use in currency values.
Throws MfArgumentOutOfRangeException if the property is being set to a value that is less than 0 or greater than 99.
Throws MfInvalidOperationException if the property is being set and the MfNumberFormatInfo is read-only.