IsWhiteString is a Boolean function that indicates if the value in AStr contains only whitespace characters. Whitespace characters include the values
TAB and
CHAR32. IsWhiteString returns False when AStr contains any character not considered a whitespace character.
When AStr is an empty string, the return value for IsWhiteString is True.