decode html string to normal text string
Namespace: CuteEditor.ConvertorAssembly: CuteEditor (in CuteEditor.dll) Version: 6.7.0.0
Syntax
| C# |
|---|
public static string HTMLDecode( string html ) |
| Visual Basic |
|---|
Public Shared Function HTMLDecode ( _ html As String _ ) As String |
| Visual C++ |
|---|
public: static String^ HTMLDecode( String^ html ) |
Parameters
- html
- Type: System..::..String