how to convert clong to string in swift 4 code example Example: ios swift convert int to string let x : Int = 42 var myString = String(x)