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

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

Syntax

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

Parameters

html
Type: System..::..String
A string formatted in HTML

Return Value

The BBCode representation of the HTML string

See Also