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

javascript - Google App Script ContentService downloadAsFile not working -

javascript - Function overwritting -

c# - Exception when attempting to modify Dictionary -