I have already checked the similar past questions but did not find the exact piece of code. I found only regex solution.
I am looking for a way to use Boolean to check whether my string is build only from letters and whitespaces or it includes other characters. I want to use char.isletter and char.whitespace.