---
title: percent
framework: foundation
role: symbol
role_heading: Type Property
path: foundation/formatstyle/percent-cl9k
---

# percent

A style for formatting signed integer types in Swift as a percent representation.

## Declaration

```swift
static var percent: IntegerFormatStyle<Int>.Percent { get }
```

## Discussion

Discussion Use the this type property when the call point allows the use of IntegerFormatStyle. You typically do this when calling the formatted methods of types that conform to BinaryInteger.

## See Also

### Applying percentage styles for integers

- [percent](foundation/formatstyle/percent-9pj79.md)
- [percent](foundation/formatstyle/percent-7r4rl.md)
- [percent](foundation/formatstyle/percent-3qjzh.md)
- [percent](foundation/formatstyle/percent-1f0q.md)
- [percent](foundation/formatstyle/percent-934se.md)
- [percent](foundation/formatstyle/percent-8izzv.md)
- [percent](foundation/formatstyle/percent-4kdme.md)
- [percent](foundation/formatstyle/percent-2f11j.md)
- [percent](foundation/formatstyle/percent-8bxla.md)
- [IntegerFormatStyle.Percent](foundation/integerformatstyle/percent.md)
