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

stringValue

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

Declaration 宣言

var stringValue: String { get }

Discussion 議論

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

See Also 参照

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