checking for number

  • Thread starter Thread starter Servé La
  • Start date Start date
S

Servé La

Is there a standard method to test if a string has a double value in it
without using an exception?

The only method I find is using Double.Parse(str), but this throws an
exception which is essentially just another goto in your code preventing
structured programming :)
 
Back
Top