- descriptionWithLocale:
Returns a string that represents the contents of the number object for a given locale.
ある文字列を返します、数オブジェクトの内容をある与えられたロケールに対して表します。
Availability 有効性
Technology
@property(readonly, copy) NSString
*stringValue;
The string is created by invoking description
where locale is nil
.
文字列は、description
を発動することによって作成されます、そこでロケールはnil
です。
- descriptionWithLocale: