always(includingZero:)
A strategy to always display sign symbols.
Declaration
static func always(includingZero: Bool = true) -> NumberFormatStyleConfiguration.SignDisplayStrategyParameters
- includingZero:
A Boolean value that determines whether the format style should apply sign characters to zero values. Defaults to
true.
Return Value
A strategy to always display sign symbols, with the given behavior for zero values.