decimalSeparator(strategy:)
Modifies the format style to use the specified decimal separator display strategy.
Declaration
func decimalSeparator(strategy: IntegerFormatStyle<Value>.Percent.Configuration.DecimalSeparatorDisplayStrategy) -> IntegerFormatStyle<Value>.PercentParameters
- strategy:
The decimal separator display strategy to apply to the format style.
Return Value
An integer percent format style modified to use the specified decimal separator display strategy.