IsEmptyOrWhitespace() Method

Definition

Namespace Markdig.Helpers
Assembly Markdig.dll

Determines whether this slice is empty or made only of whitespaces.

public readonly bool IsEmptyOrWhitespace()

Returns

Boolean
true if this slice is empty or made only of whitespaces; false otherwise