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