Re: How to check if a String input is integer, float or NAN



The method java.text.NumberFormat.parse(), which returns a long or
double, may be what you want.

-- Ricardo

.


Quantcast