Contents

number

A style for formatting decimal values.

Declaration

static var number: Decimal.FormatStyle { get }

Discussion

Use this type property when the call point allows the use of Decimal.FormatStyle. You typically do this when calling the formatted(_:) method of Decimal.

See Also

Applying numeric styles for decimals