Gets or sets the number of decimal places to use in numeric values.
OutputVar := instance.NumberDecimalDigits
instance.NumberDecimalDigits := Value
Value
MfInteger instance or var containing integer.
Gets number of decimal places to use in numeric values.
The default for InvariantInfo is 2.
Sets number of decimal places to use in numeric values.
Throws MfInvalidOperationException if the property is being set and the MfNumberFormatInfo is read-only.
Throws MfArgumentOutOfRangeException if the property is being set to a value that is less than 0 or greater than 99..
The NumberDecimalDigits property is used with the "F" and "N" standard format strings without a precision specifier in numeric formatting operations. It defines the default number of fractional digits that appear after the decimal separator. This value is overridden if a precision specifier is used.