---
title: narrow
framework: foundation
role: symbol
role_heading: Type Property
path: foundation/currencyformatstyleconfiguration/presentation/narrow
---

# narrow

A presentation that shows a condensed expression of the currency.

## Declaration

```swift
static var narrow: CurrencyFormatStyleConfiguration.Presentation { get }
```

## Discussion

Discussion This presentation produces output like $123.00.

## See Also

### Specifying presentation

- [fullName](foundation/currencyformatstyleconfiguration/presentation/fullname.md)
- [isoCode](foundation/currencyformatstyleconfiguration/presentation/isocode.md)
- [standard](foundation/currencyformatstyleconfiguration/presentation/standard.md)
