This Method Should Never Throw Exceptions

Namespace: CuteEditor.Impl
Assembly: CuteEditor (in CuteEditor.dll) Version: 6.7.0.0

Syntax

C#
public static void ParseHtml(
	XmlElement element,
	string xmlstring
)
Visual Basic
Public Shared Sub ParseHtml ( _
	element As XmlElement, _
	xmlstring As String _
)
Visual C++
public:
static void ParseHtml(
	XmlElement^ element, 
	String^ xmlstring
)

Parameters

element
Type: System.Xml..::..XmlElement
xmlstring
Type: System..::..String

See Also