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

# percent

A style for formatting decimal values as a percent represntation.

## Declaration

```swift
static var percent: Decimal.FormatStyle.Percent { get }
```

## Discussion

Discussion Use this type property when the call point allows the use of Decimal.FormatStyle. You typically do this when calling the formatted(_:) method of Decimal.

## See Also

### Applying percentage styles for decimals

- [Decimal.FormatStyle.Percent](foundation/decimal/formatstyle/percent.md)
