I have an integer and want to convert it to its string equivalent.
// Integer value let n = 1986 // Get String value from integer var s = String(n) print(s)
* Please let us know about anything: issues/feature request/suggestions......And we'll do our best to get back to you asap! :)
Or just post your issue on iSwift's Official Issue Tracker