-
Home
-
API
-
Markdig.Helpers
-
CharHelper
-
Methods
-
IsTab(Char)
IsTab(Char) Method
Definition
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