Basic Tutorials
If you need any help e-mail me sakib@datacraftbd.com
Pages
Java
Php
Oracle
MySql
Linux
Projects
Sunday, August 11, 2013
Java Check Number Value
public boolean checkIfNumber(String in) {
try {
Integer.parseInt(in);
} catch (NumberFormatException ex) {
return false;
}
return true;
}
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment