format(_:)

Returns a localized string for the given value. Supports up to 64-bit signed integer precision. Values not representable by Int64 are clamped.

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

Parameters

value

The value to be formatted.

Returns

A localized string for the given value.