Web Design Forum HTML CSS JavaScript PHP Graphic Design SEO forum

Full Version: convert a given String into int like the atoi() ?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello Dear,

Please Tell Me How do you convert a given String into int like the atoi() ?
I would recommend a tour at geeksforgeeks.org for further details on the same
Use parseint() method. That would solve the problem for you.
Reference URL's