IsTab(Char) Method

Definition

Namespace Markdig.Helpers
Assembly Markdig.dll

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

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

Parameters

c
Char

The character to evaluate

Returns

Boolean
true if the character is a tab