VBNET Sprawdź, czy ciąg jest tylko liczbami

If System.Text.RegularExpressions.Regex.IsMatch(MyString, "^[0-9 ]+$") Then
'String is only numbers
End If
Salty Joe