Table of Contents

Property Encoding

Namespace
DocWright.Formats.Markdown
Assembly
DocWright.Formats.Markdown.dll

Encoding

Gets or sets the encoding to decode the input with. Null (the default) detects it: a byte-order mark first, then UTF-8.

public Encoding? Encoding { get; set; }

Property Value

Encoding