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