<!--
{
  "availability" : [
    "iOS: 15.0.0 -",
    "iPadOS: 15.0.0 -",
    "macCatalyst: 15.0.0 -",
    "macOS: 12.0.0 -",
    "tvOS: 15.0.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 8.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "Foundation",
  "identifier" : "/documentation/Foundation/Decimal/FormatStyle/Currency/format(_:)",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "Foundation"
    ],
    "preciseIdentifier" : "s:So9NSDecimala10FoundationE11FormatStyleV8CurrencyV6formatySSABF"
  },
  "title" : "format(_:)"
}
-->

# format(_:)

Formats a decimal value, using this style.

```
func format(_ value: Decimal) -> String
```

## Parameters

`value`

The floating-point value to format.

## Return Value

A string representation of `value`, formatted according to the style’s configuration.

## Discussion

Use this method when you want to create a single style instance, and then use it to format multiple decimal values. To format a single decimal value, use the [`Decimal`](/documentation/Foundation/Decimal) instance method [`formatted(_:)`](/documentation/Foundation/Decimal/formatted(_:)), passing in an instance of [`Decimal.FormatStyle.Currency`](/documentation/Foundation/Decimal/FormatStyle/Currency).

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)