'Declaration
Public Overloads Function ConvertToDocument( _ ByVal html As String _ ) As C1Document
public C1Document ConvertToDocument( string html )
Parameters
- html
- String containing the HTML document.
Return Value
A C1Document that represents the given string.