Char: IsWhiteSpace

IsWhiteSpace

Indicates if a character is white space.



 Public Function IsWhiteSpace(
	  ByVal c As Long ) As Boolean

Parameters

c
[ByVal] Long. An integer to check if is white space.

Return Values

Boolean -  True if the character is considered white space; otherwise False.

Remarks

White space characters are the following Unicode characters:

This method handles the discrepancy between integers and longs particularly when dealing with negative integer values that should map to positive long values.

Exceptions

Exception Condition
ArgumentOutOfRangeExceptionc is outside of the valid range -32768 to 65535.

See Also

Project CorLib Overview

Class Char Overview

IsWhiteSpaceStr