---
title: "notation(_:)"
framework: foundation
role: symbol
role_heading: Instance Method
path: "foundation/integerformatstyle/currency/notation(_:)"
---

# notation(_:)

Modifies the format style to use the specified notation.

## Declaration

```swift
func notation(_ notation: IntegerFormatStyle<Value>.Currency.Configuration.Notation) -> IntegerFormatStyle<Value>.Currency
```

## Parameters

- `notation`: The notation to apply to the format style.

## Return Value

Return Value An integer currency format style modified to use the specified notation.
