| Html2TextConverterGetPlainText Method |
Extracts plain text from HTML data.
Namespace:
Limilabs.Mail.Tools
Assembly:
Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax public string GetPlainText(
string html
)
Public Function GetPlainText (
html As String
) As String
public:
String^ GetPlainText(
String^ html
)
member GetPlainText :
html : string -> string
Parameters
- html
- Type: SystemString
HTML to process.
Return Value
Type:
StringPlain text extracted from HTML.
See Also