<!--
{
  "availability" : [
    "iOS: 15.0.0 -",
    "iPadOS: 15.0.0 -",
    "macCatalyst: 15.0.0 -",
    "macOS: 12.0.0 -",
    "tvOS: 15.0.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 8.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "Foundation",
  "identifier" : "/documentation/Foundation/FormatStyle/percent-4knsm",
  "metadataVersion" : "0.1.0",
  "role" : "Type Property",
  "symbol" : {
    "kind" : "Type Property",
    "modules" : [
      "Foundation"
    ],
    "preciseIdentifier" : "s:10Foundation11FormatStylePAASo9NSDecimalaAAEABV7PercentVRszrlE7percentAHvpZ"
  },
  "title" : "percent"
}
-->

# percent

A style for formatting decimal values as a percent represntation.

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

## Discussion

Use this type property when the call point allows the use of [`Decimal.FormatStyle`](/documentation/Foundation/Decimal/FormatStyle). You typically do this when calling the [`formatted(_:)`](/documentation/Foundation/Decimal/formatted(_:)) method of [`Decimal`](/documentation/Foundation/Decimal).

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)