Compare String with Integer (Java in General forum at JavaRanch)
In my knowledge I know, I can do with Integer.parseInt(mystr) But can anyone tell, can comparision od string with integer be done by any other way. ... using method below, you can convert any string to number, using the specified pattern. /** * (see java....