CharIsWhiteSpace Method (Char) |
Indicates whether the specified Unicode character is categorized as white space.
Namespace: SystemAssembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax public static bool IsWhiteSpace(
char c
)
Parameters
- c
- Type: SystemChar
The Unicode character to evaluate.
Return Value
Type:
Booleantrue if
c is white space; otherwise, false.
See Also