FormatOptions.UseDigitGrouping
Property
Description:
Indicates if digit grouping symbols should be displayed.
Indicates if digit grouping symbols should be displayed.
Remarks:
When UseDigitGrouping is true, digit grouping symbols (i.e. thousands separators) will be displayed when needed. For example, 123456789.00 may be displayed as 123,456,789.00. The precise display is determined by the DigitGroupingSymbol and DigitGroupingAmount properties of the Units class.
When UseDigitGrouping is true, digit grouping symbols (i.e. thousands separators) will be displayed when needed. For example, 123456789.00 may be displayed as 123,456,789.00. The precise display is determined by the DigitGroupingSymbol and DigitGroupingAmount properties of the Units class.
Exceptions
Exception | Condition |
---|---|
InvalidOperationException | UseDefault is true in this FormatOptions. |