SyntaxFix
Write A Post
Hire A Developer
Questions
Dim text As String = "123.45" Dim value As Double If Double.TryParse(text, value) Then ' text is convertible to Double, and value contains the Double value now Else ' Cannot convert text to Double End If