---
title: "always(showZero:)"
framework: foundation
role: symbol
role_heading: Type Method
path: "foundation/currencyformatstyleconfiguration/signdisplaystrategy/always(showzero:)"
---

# always(showZero:)

A sign display strategy to always show the sign, with a configurable behavior for handling zero values.

## Declaration

```swift
static func always(showZero: Bool = true) -> CurrencyFormatStyleConfiguration.SignDisplayStrategy
```

## Parameters

- `showZero`: A Boolean value that indicates whether to show the sign symbol on zero values. Defaults to true.

## Return Value

Return Value A sign display strategy that always displays the sign, and uses the specified handling of zero values.

## See Also

### Specifying sign display strategy

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