format(_:)
Formats a decimal value, using this style.
Declaration
func format(_ value: Decimal) -> AttributedStringParameters
- value:
The decimal 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.