---
title: isForPersonHeightUse
framework: foundation
role: symbol
role_heading: Instance Property
path: foundation/lengthformatter/isforpersonheightuse
---

# isForPersonHeightUse

A Boolean value that indicates whether the resulting string represents a person’s height.

## Declaration

```swift
var isForPersonHeightUse: Bool { get set }
```

## Discussion

Discussion Returns true if the value passed to string(fromMeters:) or unitString(fromMeters:usedUnit:) is a person’s height; otherwise, false. By default, this property returns false. The length formatter uses this property when determining the best unit for a given locale (for example, in the string(fromMeters:) method).

## See Also

### Formatting Length Strings

- [getObjectValue(_:for:errorDescription:)](foundation/lengthformatter/getobjectvalue(_:for:errordescription:).md)
- [numberFormatter](foundation/lengthformatter/numberformatter.md)
- [string(fromMeters:)](foundation/lengthformatter/string(frommeters:).md)
- [string(fromValue:unit:)](foundation/lengthformatter/string(fromvalue:unit:).md)
- [unitString(fromMeters:usedUnit:)](foundation/lengthformatter/unitstring(frommeters:usedunit:).md)
- [unitString(fromValue:unit:)](foundation/lengthformatter/unitstring(fromvalue:unit:).md)
- [unitStyle](foundation/lengthformatter/unitstyle.md)
