RichTextBox for WPF | ComponentOne
C1.WPF.RichTextBox.Documents Namespace / HtmlFilter Class / ConvertToDocument Method / ConvertToDocument(String) Method
String containing the HTML document.

In This Topic
    ConvertToDocument(String) Method
    In This Topic
    Parses a string into a C1Document.
    Syntax
    '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.
    See Also