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.
The number object’s value expressed as a human-readable string.
var stringValue: String { get }The string is created by invoking description(withLocale:) where locale is nil.