Skip to content

Instance Property

integer

Returns the integer value of the data, performing conversions where possible.
var integer: Int? { get }

Discussion

If the data has REAL or TEXT affinity, an attempt is made to interpret the value as an integer. BLOB and NULL values always return nil.