Contents

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.

See Also

Retrieving String Representations