Click or drag to resize

HtmlToTextConvertHtml Method

Converts the provided HTML 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 ConvertHtml(
	string html
)

Parameters

html
Type: SystemString
The HTML to convert.

Return Value

Type: String
The plain text representation of the provided HTML.
See Also