Contents

allowsNonnumericFormatting

Determines whether to allow more natural display of some values.

Declaration

var allowsNonnumericFormatting: Bool { get set }

Discussion

Displays a more natural display of some values, such as zero, where it may be displayed as Zero KB, ignoring all other flags or options (with the exception of useBytes, which would generate Zero bytes).The result is appropriate for standalone output.

Special handling of certain values such as zero is especially important in some languages, so it’s highly recommended that this property be left in its default state.

Default value is true.

See Also

Setting Formatting Styles