Returns TRUE if AsciiNumb is a white-space character (0x09–0x0D or 0x20). Each of these routines returns FALSE if AsciiNumb does not satisfy the test condition.
AsciiNumb |
INDEX |
ASCII number of the character. |
|
Result | BOOL |
TRUE = Character is white-space. FALSE = Character is not white-space. |