Click or drag to resize
StringsHTMLtoPlain Method
Convert HTML code into plain text with no metatags

Namespace: ToolBoox
Assembly: ToolBoox (in ToolBoox.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
public static string HTMLtoPlain(
	string htmlString
)

Parameters

htmlString
Type: SystemString
String html object

Return Value

Type: String
Plain string without html metatags
See Also