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

# notation(_:)

Modifies the format style to use the specified notation.

## Declaration

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

## Parameters

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

## Return Value

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

## See Also

### Customizing style behavior

- [decimalSeparator(strategy:)](foundation/integerformatstyle/percent/decimalseparator(strategy:).md)
- [grouping(_:)](foundation/integerformatstyle/percent/grouping(_:).md)
- [locale(_:)](foundation/integerformatstyle/percent/locale(_:).md)
- [precision(_:)](foundation/integerformatstyle/percent/precision(_:).md)
- [rounded(rule:increment:)](foundation/integerformatstyle/percent/rounded(rule:increment:).md)
- [scale(_:)](foundation/integerformatstyle/percent/scale(_:).md)
- [sign(strategy:)](foundation/integerformatstyle/percent/sign(strategy:).md)
- [IntegerFormatStyle.Percent.Configuration](foundation/integerformatstyle/percent/configuration.md)
- [NumberFormatStyleConfiguration](foundation/numberformatstyleconfiguration.md)
