MarkdownTextWriter Class

MarkdownTextWriter class

Represent the Markdown text writer

public sealed class MarkdownTextWriter : TextWriter

Constructors

NameDescription
MarkdownTextWriter(Stream)Initializes a new instance of an MarkdownTextWriter.
MarkdownTextWriter(string)Initializes a new instance of an MarkdownTextWriter.
MarkdownTextWriter(TextWriter)Initializes a new instance of an MarkdownTextWriter.
MarkdownTextWriter(string, bool)Initializes a new instance of an MarkdownTextWriter.

Properties

NameDescription
override Encoding { get; }Get the encoding.

Methods

NameDescription
override Flush()Clears all buffers for the current writer and causes any buffered data to be written to the underlying device.
override Write(char)Defines the interface for write character.

See Also