Converts a string with BBCode markup into its corresponding HTML markup.
Namespace: RTEAssembly: 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