HtmlToTextHtmlToPlainText Method |
Converts an HTML string to plain text.
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public static string HtmlToPlainText(
string html
)
Public Shared Function HtmlToPlainText (
html As String
) As String
Parameters
- html
- Type: SystemString
The HTML to convert.
Return Value
Type:
StringThe plain text representation of the HTML.
See Also