---
title: parseStrategy
framework: foundation
role: symbol
role_heading: Instance Property
path: foundation/floatingpointformatstyle/parsestrategy
---

# parseStrategy

The parse strategy that this format style uses.

## Declaration

```swift
var parseStrategy: FloatingPointParseStrategy<FloatingPointFormatStyle<Value>> { get }
```

## See Also

### Parsing floating-point numbers

- [FloatingPointParseStrategy](foundation/floatingpointparsestrategy.md)
