format(_:)
Formats a floating-point value, using this style.
Declaration
func format(_ value: Value) -> AttributedStringParameters
- value:
The floating-point value to format.
Return Value
An attributed string representation of value, formatted according to the style’s configuration. The returned string contains attributes from the AttributeScopes.FoundationAttributes.NumberFormatAttributes attribute scope to indicate runs formatted by this format style.