Serial port and GPS

OsmDldExcp.html2txt Method 

Converts the HTML string to simple text.

[Visual Basic]
Private Shared Function html2txt( _
   ByVal html As String _
) As String
[C#]
private static string html2txt(
   string html
);

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