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

stringValue

The number object's value expressed as a human-readable string. 数オブジェクトのもつ値、人間の読みやすい文字列として表されます。

Declaration 宣言

@property(readonly, copy) NSString *stringValue;

Discussion 議論

The string is created by invoking descriptionWithLocale: where locale is nil. 文字列は、descriptionWithLocale:を発動することによって作成されます、そこでロケールはnilです。

See Also 参照

Retrieving String Representations 文字列表現を回収する