Answers for "convert double to string swift 5"

1

double to string swift

let c: String = String(format: "%.1f", a)

print("c: \(c)") // c: 1.5
Posted by: Guest on October-15-2020

Code answers related to "convert double to string swift 5"

Code answers related to "Swift"

Browse Popular Code Answers by Language