---
title: positiveFormat
framework: foundation
role: symbol
role_heading: Instance Property
path: foundation/numberformatter/positiveformat
---

# positiveFormat

The format the receiver uses to display positive values.

## Declaration

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

## See Also

### Configuring Numeric Formats

- [format](foundation/numberformatter/format.md)
- [formattingContext](foundation/numberformatter/formattingcontext.md)
- [formatWidth](foundation/numberformatter/formatwidth.md)
- [negativeFormat](foundation/numberformatter/negativeformat.md)
- [multiplier](foundation/numberformatter/multiplier.md)
