CurrencyDecimalDigits

Namespace ›› System ›› MfNumberFormatInfo ›› Properties ››
Parent Previous Next

CurrencyDecimalDigits

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

Gets the number as an Integer var of decimal places to use in currency values.
The default for InvariantInfo is 2

Sets

Sets the number of decimal places to use in currency values.

Throws

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.