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

# isoCode

A presentation that shows the ISO code of the currency.

## Declaration

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

## Discussion

Discussion This presentation produces output like USD 123.00.

## See Also

### Specifying presentation

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