 | StringsHTMLtoPlain Method |
Convert HTML code into plain text with no metatags
Namespace: ToolBooxAssembly: ToolBoox (in ToolBoox.dll) Version: 1.1.0.0 (1.1.0.0)
Syntaxpublic static string HTMLtoPlain(
string htmlString
)
Public Shared Function HTMLtoPlain (
htmlString As String
) As String
Parameters
- htmlString
- Type: SystemString
String html object
Return Value
Type:
StringPlain string without html metatags
See Also