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

# standard

A presentation that shows a standard expression of the currency.

## Declaration

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

## Discussion

Discussion This presentation produces output like US$ 123.00.

## See Also

### Specifying presentation

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