IsSpaceOrTab(Char) Method

Definition

Namespace Markdig.Helpers
Assembly Markdig.dll

Returns true if the character is a space (U+0020) or tab (U+0009).

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

Parameters

c
Char

The character to evaluate.

Returns

Boolean
true if the character is a space or tab