How to save numbers from a string as an integer in swift -
question says all. need save string , substrings of string integer, can averaging numbers.
i think want this:
var mystring = "1234" var myint = mystring.toint()!
question says all. need save string , substrings of string integer, can averaging numbers.
i think want this:
var mystring = "1234" var myint = mystring.toint()!
Comments
Post a Comment