Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
レコード ID を Int32 に変換しようとして、最終的に冗長な 3 行/レイヤーのトリックを実行して、明白なことを達成します。もっと短い道があるはずです。誰かが私を不幸から救ってくれますか?
var XX = resultSet.stringForColumn("ID") var XXX = XX.toInt() recordNumberBack = Int32(XXX!)