Skip to content

Instance Property

string

Returns the textual value of the data, performing conversions where possible.
var string: String? { get }

Discussion

If the data has INTEGER or REAL affinity, the value is converted to text. BLOB and NULL values always return nil.