---
title: never
framework: foundation
role: symbol
role_heading: Type Property
path: foundation/currencyformatstyleconfiguration/signdisplaystrategy/never
---

# never

A strategy to never show the sign.

## Declaration

```swift
static var never: CurrencyFormatStyleConfiguration.SignDisplayStrategy { get }
```

## See Also

### Specifying sign display strategy

- [automatic](foundation/currencyformatstyleconfiguration/signdisplaystrategy/automatic.md)
- [accounting](foundation/currencyformatstyleconfiguration/signdisplaystrategy/accounting.md)
- [accountingAlways(showZero:)](foundation/currencyformatstyleconfiguration/signdisplaystrategy/accountingalways(showzero:).md)
- [always(showZero:)](foundation/currencyformatstyleconfiguration/signdisplaystrategy/always(showzero:).md)
