Click or drag to resize

EAPConvertHtmlToPlainText Method

Convert HTML to a decent plain-text representation.

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
)

Parameters

html
Type: SystemString
The HTML to convert.

Return Value

Type: String
The plain-text representation. If there's an error this will be the original string.
See Also