Convertir la corde en unité Swift

let x : Int = 45
var stringValue = "\(x)"
print(stringValue)
Competitive Programmer