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

attributedStringForZero

The attributed string that the receiver uses to display zero values. レシーバがゼロ値を表示するのに使う属性付き文字列。

Declaration 宣言

@property(copy) NSAttributedString *attributedStringForZero;

Discussion 議論

By default zero values are displayed according to the format specified for positive values; for more discussion of this subject see Data Formatting Guide. 初期状態では、正の値に対して指定される書式設定に従ってゼロ値が表示されます;この主題のさらなる議論としてData Formatting Guideを見てください。

Special Considerations 特別な注意事項

This method is for use with formatters using NSNumberFormatterBehavior10_0 behavior. このメソッドは、NSNumberFormatterBehavior10_0挙動を使っているフォーマッタと共に使うためのものです。

See Also 参照

Configuring the Display of Numeric Values 数値の表示を構成設定する