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