ComponentOne RichTextBox for UWP
ConvertToDocument Method (MhtmlFilter)

C1.Xaml.RichTextBox.Documents Namespace > MhtmlFilter Class : ConvertToDocument Method
String containing the MHTML document.
Parses a string into a C1Document.
Syntax
'Declaration
 
Public Function ConvertToDocument( _
   ByVal mhtml As System.String _
) As C1Document
public C1Document ConvertToDocument( 
   System.string mhtml
)

Parameters

mhtml
String containing the MHTML document.

Return Value

A C1Document that represents the given string.
See Also

Reference

MhtmlFilter Class
MhtmlFilter Members