A int containing the number of decimal places in percent values.
Type Reason ArgumentOutOfRangeException The value specified for a set operation is less than 0 or greater than 99. InvalidOperationException The current instance is read-only and a set operation was attempted.
The NumberFormatInfo.PercentDecimalDigits property is used with the "P" standard format string 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. For more information, see Standard Numeric Format Strings.