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

# percent

A style for formatting decimal values as a percent representation.

## 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.
