Class XmlConversion
Converts HTML string into XML formatted string.
Inheritance
System.Object
XmlConversion
Namespace: Syncfusion.EJ.Export
Assembly: Syncfusion.EJ.Export.dll
Syntax
public class XmlConversion : XmlDocument
Constructors
XmlConversion()
Default constructor
Declaration
public XmlConversion()
XmlConversion(String)
Initializes a new instance of the XHTMLConversion class.
Declaration
public XmlConversion(string html)
Parameters
Type | Name | Description |
---|---|---|
System.String | html | HTML String to be converted. |
Methods
LoadXml(String)
Contains all the formatting Methods.
Declaration
public override void LoadXml(string html)
Parameters
Type | Name | Description |
---|---|---|
System.String | html | Html String |
ToString()
Returns XML formatted String.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String | XML formatted string |