Konversi String ke Unit Swift

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