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
)
Public Shared Function Convert (
path As String
) As String
Parameters
- path
- Type: SystemString
The path the HTML file to convert.
Return Value
Type:
StringThe plain text representation of the file HTML content.
See Also