sqlite - SQL ID to Int32 - there has to be a quicker way (Swift) -


trying turn record id int32 , ending verbose 3 line/layer trick achieve obvious. there must shorter way. can put me out of misery?

var xx = resultset.stringforcolumn("id") var xxx = xx.toint() recordnumberback = int32(xxx!) 


Comments

Popular posts from this blog

c# - Validate object ID from GET to POST -

node.js - Custom Model Validator SailsJS -

php - Find a regex to take part of Email -