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

# fullName

A presentation that shows the full name of the currency.

## Declaration

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

## Discussion

Discussion This presentation produces output like 123.00 US dollars.

## See Also

### Specifying presentation

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