Java: Convert numeric String into Integer


Just call:

Integer.parseInt( string );

and return it’s output to an integer variable.

This post is also available in: Greek

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.