Decodes a string containing BBCode formatting tags to the equivalent XHTML-formatted string representation.

Syntax

Smartsite SXML CopyCode image Copy Code
string string.bbdecode(string data)

Parameters

Name Data Type Description
data String A string containing BBCode formatting tags. The input string is not allowed to contain any XML markup.First apply the XmlEncode method on the input data if necessary.

Return Value

Data Type Description
String A formatted string containing XHTML markup.

Expand image Example

Expand image See Also

SXML