2014/04/12

How to convert string to int in Java?

int foo = Integer.parseInt("1234");

No comments:

Post a Comment