VBNET Sprawdź, czy ciąg jest tylko literami

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