---
title: "presentation(_:)"
framework: foundation
role: symbol
role_heading: Instance Method
path: "foundation/decimal/formatstyle/currency/presentation(_:)"
---

# presentation(_:)

Modifies the format style to use the specified presentation.

## Declaration

```swift
func presentation(_ p: Decimal.FormatStyle.Currency.Configuration.Presentation) -> Decimal.FormatStyle.Currency
```

## Parameters

- `p`: A currency presentation value, such as doc://com.apple.foundation/documentation/Foundation/CurrencyFormatStyleConfiguration/Presentation/isoCode or doc://com.apple.foundation/documentation/Foundation/CurrencyFormatStyleConfiguration/Presentation/fullName.

## Return Value

Return Value A decimal currency format style modified to use the specified presentation.

## See Also

### Customizing style behavior

- [decimalSeparator(strategy:)](foundation/decimal/formatstyle/currency/decimalseparator(strategy:).md)
- [grouping(_:)](foundation/decimal/formatstyle/currency/grouping(_:).md)
- [locale(_:)](foundation/decimal/formatstyle/currency/locale(_:).md)
- [precision(_:)](foundation/decimal/formatstyle/currency/precision(_:).md)
- [rounded(rule:increment:)](foundation/decimal/formatstyle/currency/rounded(rule:increment:).md)
- [scale(_:)](foundation/decimal/formatstyle/currency/scale(_:).md)
- [sign(strategy:)](foundation/decimal/formatstyle/currency/sign(strategy:).md)
- [Decimal.FormatStyle.Currency.Configuration](foundation/decimal/formatstyle/currency/configuration.md)
- [CurrencyFormatStyleConfiguration](foundation/currencyformatstyleconfiguration.md)
