Is there an efficient method in VB to check if a string can be converted to a double?
I\'m currently doing this by trying to convert the string to a double and then
I simple used Eval(string) and it evaluated as Double.
Eval(string)