---
title: positiveSuffix
framework: foundation
role: symbol
role_heading: Instance Property
path: foundation/numberformatter/positivesuffix
---

# positiveSuffix

The string the receiver uses as the suffix for positive values.

## Declaration

```swift
var positiveSuffix: String! { get set }
```

## See Also

### Configuring Numeric Prefixes and Suffixes

- [positivePrefix](foundation/numberformatter/positiveprefix.md)
- [negativePrefix](foundation/numberformatter/negativeprefix.md)
- [negativeSuffix](foundation/numberformatter/negativesuffix.md)
