Click or drag to resize

MarkdownPropertyParserParse Method (Stream)

Parses the data in the given stream as UTF8 encoded Markdown text and recognizes configuration properties.

Namespace:  Mastersign.Bench.Markdown
Assembly:  BenchLib (in BenchLib.dll) Version: 0.22.0.0 (0.22.0.0)
Syntax
public void Parse(
	Stream source
)

Parameters

source
Type: System.IOStream
The source stream.
See Also