---
title: isForPersonMassUse
framework: foundation
role: symbol
role_heading: Instance Property
path: foundation/massformatter/isforpersonmassuse
---

# isForPersonMassUse

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

## Declaration

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

## Discussion

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

## See Also

### Formatting Mass Strings

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