IsSpace returns TRUE if the first character of sString is a whitespace character; otherwise it returns FALSE. Whitespace characters are spaces, horizontal tabs, vertical tabs, carriage returns, linefeeds, and formfeeds.
IsSpace emulates the application of the C library function iswspace on the first character of a specified string.