func description(withLocale : Any?) -> String
Returns a string that represents the contents of the number object for a given locale.
ある文字列を返します、数オブジェクトの内容をある与えられたロケールに対して表します。
Availability 有効性
Technology
var stringValue: String
{ get }
The string is created by invoking description(with
where locale is nil
.
文字列は、description(with
を発動することによって作成されます、そこでロケールはnil
です。
func description(withLocale : Any?) -> String