-
Home
-
API
-
Markdig.Helpers
-
CharHelper
-
Methods
-
IsSpace(Char)
IsSpace(Char) Method
Definition
Returns true if the character is a space (U+0020).
[MethodImpl(MethodImplOptions.AggressiveInlining)]
public static bool IsSpace(this char c)
Parameters
- c
- Char
The character to evaluate
Returns
- Boolean
true if the character is a space