| Author |
convert a String to Long
|
Liz Brown
Ranch Hand
Joined: Oct 22, 2002
Posts: 112
|
|
|
How to convert a string obj to Long obj in java?
|
 |
Nathan Hook
Ranch Hand
Joined: Jan 10, 2005
Posts: 81
|
|
Long longValue = new Long("1234567890"); Best of Luck, Nate
|
 |
Jason Menard
Sheriff
Joined: Nov 09, 2000
Posts: 6450
|
|
|
The correct place for this sort of question is the Java in General (beginner) forum. I'm moving this there.
|
Jason's Blog
|
 |
 |
|
|
subject: convert a String to Long
|
|
|