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