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
Try looking at Double.TryParse() if you are using .NET 1.1/2.0/3.0/3.5/4.0/4.5