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

# percent

A style for formatting 32-bit unsigned integers as a percent representation.

## Declaration

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

## Discussion

Discussion Use 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-cl9k.md)
- [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-8bxla.md)
- [IntegerFormatStyle.Percent](foundation/integerformatstyle/percent.md)
