Clib Is Space Method

The Clib Is Space method returns True if the value you specify in the char argument is a white space character. If the value you specify is not one of the these values, then it returns Null.

The following table describes the items for which the Clib Is Space method returns a value of true.

Description ASCII Value

Horizontal tab

9

Newline

10

Vertical tab

11

Form feed

12

Carriage return

13

Space character

32

The arguments for this method are the same as the arguments for the Clib Is Alphabetic method. For more information, see Clib Is Alphabetic Method.

For more information, see Use White Space to Improve Readability.

Format

Clib.isspace(char)