show/hide this revision's text 3 edited tags
show/hide this revision's text 2 edited tags
show/hide this revision's text 1

how to do string conversions in objective c?

I want to convert a string into a double and after doing some math on it, convert it back to a string.

How do I do this in objective-c?

Is there a way to round a double to the nearest integer too?

Thanks!