Share via


SyntaxFacts.IsWhitespace(Char) Method

Definition

Returns true if the Unicode character represents a whitespace.

public:
 static bool IsWhitespace(char ch);
public static bool IsWhitespace (char ch);
static member IsWhitespace : char -> bool
Public Function IsWhitespace (ch As Char) As Boolean

Parameters

ch
Char

The Unicode character.

Returns

Applies to