Class Tester Shared Sub Main() Dim userInput As String userInput = " asdf " Console.WriteLine(IsNumeric(userInput) = False) End Sub End Class
True