Thread
:
String to Integer conversion
View Single Post
#
2
(
permalink
)
12-17-2007, 10:53 AM
felixtfelix
Member
Join Date: Dec 2007
Posts: 32
You can use the following lines of code
String a = "123"
int number = Integer.parseInt(a);
felixtfelix
View Public Profile
Send a private message to felixtfelix
Find all posts by felixtfelix