IsWhitespace(Char) Method

Definition

Namespace Markdig.Helpers
Assembly Markdig.dll

true if the character is a Unicode whitespace character.

[MethodImpl(MethodImplOptions.AggressiveInlining)]
public static bool IsWhitespace(this char c)

Parameters

c
Char

The character to evaluate.

Returns

Boolean
true if the character is a Unicode whitespace character