Contents

format(_:)

Formats an integer, using this style.

Declaration

func format(_ value: Value) -> AttributedString

Parameters

  • value:

    The integer 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.