UtilBBCodeToHtml(BBCodeNode, Boolean) Method

Converts a BBCodeNode to HTML

Definition

Namespace: DevCase.Core.DataProcessing.Html.BBCode
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public static string ToHtml(
	BBCodeNode node,
	bool throwOnError
)

Parameters

node  BBCodeNode

[Missing <param name="node"/> documentation for "M:DevCase.Core.DataProcessing.Html.BBCode.UtilBBCode.ToHtml(DevCase.Core.DataProcessing.Html.BBCode.BBCodeNode,System.Boolean)"]

throwOnError  Boolean
A value indicating whether to throw an exception when an error is encountered.

If , errors will be silently ignored.

Return Value

String
The HTML source as a string

See Also