 | MarkdownToHtmlConverterConvertToHtml Method (Stream) |
Converts the given data into a HTML page.
The data is interpreted as UTF8 encoded Markdown text.
Namespace:
Mastersign.Bench.Markdown
Assembly:
BenchLib (in BenchLib.dll) Version: 0.22.0.0 (0.22.0.0)
Syntaxpublic string ConvertToHtml(
Stream source
)
Public Function ConvertToHtml (
source As Stream
) As String
Parameters
- source
- Type: System.IOStream
The input data.
Return Value
Type:
StringA string with the HTML markup of the generated page.
See Also