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
ignoreLeadingWhitespacebool optional- Indicates whether to ignore leading whitespace when checking.
