[]
Parses a string into a C1Document.
public C1Document ConvertToDocument(string mhtml)
Public Function ConvertToDocument(mhtml As String) As C1Document
| Type | Name | Description |
|---|---|---|
| string | mhtml | String containing the MHTML document. |
| Type | Description |
|---|---|
| C1Document | A C1Document that represents the given string. |