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

# percent

A style for formatting the Swift standard single-precision floating-point type as a percent representation.

## Declaration

```swift
static var percent: FloatingPointFormatStyle<Float>.Percent { get }
```

## Discussion

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

## See Also

### Applying percentage styles for floating-point values

- [percent](foundation/formatstyle/percent-6cwuv.md)
- [percent](foundation/formatstyle/percent-grss.md)
- [FloatingPointFormatStyle.Percent](foundation/floatingpointformatstyle/percent.md)
