VBNET Verifique se a string é apenas símbolos

If System.Text.RegularExpressions.Regex.IsMatch(MyString, "^[`~!@#$%^&*()_\-+={}[\]|:;""'<>,.?/]+$") Then
'String is only numbers
End If
Salty Joe