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

# never

A strategy to never display sign symbols.

## Declaration

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

## See Also

### Sign display strategies

- [automatic](foundation/numberformatstyleconfiguration/signdisplaystrategy/automatic.md)
- [always(includingZero:)](foundation/numberformatstyleconfiguration/signdisplaystrategy/always(includingzero:).md)
