Instance Property インスタンスプロパティ

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. いくつかの値のより自然な表示を表示します、例えばゼロなど、そこにおいてそれはZero KBのように表示されるかもしれません、すべての他のフラグまたはオプションを無視します(useBytesを除いては、それはZero bytesを生成するでしょう)。結果は、単独動作型の出力に適します。

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. 省略時の値はtrueです。

See Also 参照

Setting Formatting Styles 書式形式を設定する