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