---
title: "sign(strategy:)"
framework: foundation
role: symbol
role_heading: Instance Method
path: "foundation/floatingpointformatstyle/percent/sign(strategy:)"
---

# sign(strategy:)

Modifies the format style to use the specified sign display strategy.

## Declaration

```swift
func sign(strategy: FloatingPointFormatStyle<Value>.Percent.Configuration.SignDisplayStrategy) -> FloatingPointFormatStyle<Value>.Percent
```

## Parameters

- `strategy`: The sign display strategy to apply to the format style.

## Return Value

Return Value A floating-point format style modified to use the specified sign display strategy.

## See Also

### Customizing style behavior

- [decimalSeparator(strategy:)](foundation/floatingpointformatstyle/percent/decimalseparator(strategy:).md)
- [grouping(_:)](foundation/floatingpointformatstyle/percent/grouping(_:).md)
- [locale(_:)](foundation/floatingpointformatstyle/percent/locale(_:).md)
- [notation(_:)](foundation/floatingpointformatstyle/percent/notation(_:).md)
- [precision(_:)](foundation/floatingpointformatstyle/percent/precision(_:).md)
- [rounded(rule:increment:)](foundation/floatingpointformatstyle/percent/rounded(rule:increment:).md)
- [scale(_:)](foundation/floatingpointformatstyle/percent/scale(_:).md)
- [FloatingPointFormatStyle.Percent.Configuration](foundation/floatingpointformatstyle/percent/configuration.md)
- [NumberFormatStyleConfiguration](foundation/numberformatstyleconfiguration.md)
