format(_:)

Returns an attributed string with NumberFormatAttributes.SymbolAttribute and NumberFormatAttributes.NumberPartAttribute. Values not representable by Int64 are clamped.

iOS
15.0+
macOS
12.0+
tvOS
15.0+
watchOS
8.0+
func format(_ value: Value) -> AttributedString

Parameters

value

The value to be formatted.

Returns

A localized attributed string for the given value.