Converts a string with BBCode markup into its corresponding HTML markup.

Namespace: RTE
Assembly: RichTextEditor (in RichTextEditor.dll) Version: 8.0.0.0 (8.0.0.0)

Syntax

C#
public string BBCode2HTML(
	string text
)
Visual Basic
Public Function BBCode2HTML ( _
	text As String _
) As String
Visual C++
public:
String^ BBCode2HTML(
	String^ text
)

Parameters

text
Type: System..::..String
A string formatted in BBCode

Return Value

The HTML representation of the BBCode string

See Also