C1.Silverlight.RichTextBox.5
ConvertToDocument(String) Method

String containing the HTML document.
Parses a string into a C1Document.
Syntax
'Declaration
 
Public Overloads Function ConvertToDocument( _
   ByVal html As System.String _
) As C1Document
public C1Document ConvertToDocument( 
   System.string html
)

Parameters

html
String containing the HTML document.

Return Value

A C1Document that represents the given string.
See Also

Reference

HtmlFilter Class
HtmlFilter Members
Overload List

 

 


Copyright (c) GrapeCity, inc. All rights reserved.