includesCount
Determines whether to include the count in the resulting formatted string.
Declaration
var includesCount: Bool { get set }Discussion
If set to true and includesUnit is set to false, no unit is displayed. For example, a value of 723 KB is formatted as 723.
You can get the set this property to true and the includesUnit to true individually to get both parts, separately. Note that putting them together yourself via string concatenation may be incorrect for some locales.
The default value is true.