ios swift convert int to string

Swift
let x : Int = 42
var myString = String(x)
Source

Also in Swift: