BBCodeDocumentLoad(String, Boolean) Method

Loads a string of BBCode as a BBCodeDocument object

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 BBCodeDocument Load(
	string bbCode,
	bool throwOnError
)

Parameters

bbCode  String
A string of BBCode text.
throwOnError  Boolean
Whether to throw an exception on parse error. If false, the error is ignored.

Return Value

BBCodeDocument
The DOM representation of the text.

See Also