SyntaxFix
Write A Post
Hire A Developer
Questions
What about:
//true if it doesn't contain letters bool result = hello.Any(x => !char.IsLetter(x));