BBCodeDocumentLoad(String) 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
)

Parameters

bbCode  String
A string of BBCode text.

Return Value

BBCodeDocument
The DOM representation of the text.

See Also