Click or drag to resize

HtmlToTextConvert Method

Converts the content of the specified file 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 Convert(
	string path
)

Parameters

path
Type: SystemString
The path the HTML file to convert.

Return Value

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