vb.net - Convert String to Double - VB - Stack Overflow
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 seeing if it throws an ......