GetPlainText
Namespace: CuteEditorAssembly: CuteEditor (in CuteEditor.dll) Version: 6.7.0.0
Syntax
| C# |
|---|
public string GetPlainText( string html ) |
| Visual Basic |
|---|
Public Function GetPlainText ( _ html As String _ ) As String |
| Visual C++ |
|---|
public: String^ GetPlainText( String^ html ) |
Parameters
- html
- Type: System..::..String