OsmDldExcp.html2txt Method
Converts the HTML string to simple text.
[Visual Basic]
Private Shared Function html2txt( _
ByVal
html As
String _
) As
String
Parameters
-
html
- The HTML text string.
Return Value
The extracted text.
Remarks
Very rudimentary HTML parser only for the purposes of the error message.
See Also
OsmDldExcp Class | serial Namespace