Contents

decimalSeparator(strategy:)

Modifies the format style to use the specified decimal separator display strategy.

Declaration

func decimalSeparator(strategy: FloatingPointFormatStyle<Value>.Currency.Configuration.DecimalSeparatorDisplayStrategy) -> FloatingPointFormatStyle<Value>.Currency

Parameters

  • strategy:

    The decimal separator display strategy to apply to the format style.

Return Value

A floating-point currency format style modified to use the specified decimal separator display strategy.

See Also

Customizing style behavior