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

zeroSymbol

The string used to represent a zero value. ゼロ値を表すのに使われる文字列。

Declaration 宣言

@property(copy) NSString *zeroSymbol;

Discussion 議論

If not specified, zero values are formatted normally. 指定されないならば、ゼロ値は通常通り書式設定されます。

You might, for example, set this property to " - " in a spreadsheet used for accounting. あなたは、例えば、このプロパティを " - " へと会計用の表計算ソフトにおいて設定するかもしれません。

See Also 参照

Configuring Numeric Symbols 数値表象を構成設定する