MarkdownWriter.IsAtStartOfLine Method

Namespace
Kampute.DocToolkit.IO.Writers
Assembly
  • Kampute.DocToolkit.dll

Definition

Determines whether the writer is at the start of a line.
public bool IsAtStartOfLine(bool ignoreLeadingWhitespace = true)

Parameters

ignoreLeadingWhitespace bool optional
Indicates whether to ignore leading whitespace when checking.

Returns

bool
true if the writer is at the start of a line; otherwise, false.