grouping(_:)
Modifies the format style to use the specified grouping.
Declaration
func grouping(_ group: Decimal.FormatStyle.Percent.Configuration.Grouping) -> Decimal.FormatStyle.PercentParameters
- group:
The grouping to apply to the format style.
Return Value
A decimal percent format style modified to use the specified grouping.