Converts a string with BBCode markup into its corresponding HTML markup without applying the filter
Namespace: RTEAssembly: RichTextEditor (in RichTextEditor.dll) Version: 8.0.0.0 (8.0.0.0)
Syntax
| C# |
|---|
public static string BBCode2HTMLWithoutFilter( string text ) |
| Visual Basic |
|---|
Public Shared Function BBCode2HTMLWithoutFilter ( _ text As String _ ) As String |
| Visual C++ |
|---|
public: static String^ BBCode2HTMLWithoutFilter( String^ text ) |
Parameters
- text
- Type: System..::..String
A string formatted in BBCode