IsWhitespace(Rune) 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 Rune r)

Parameters

r
Rune

The character to evaluate. A supplementary character is also accepted.

Returns

Boolean
true if the character is a Unicode whitespace character