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