Skip to content

XML Converter Added

Latest
Compare
Choose a tag to compare
@skkallayath skkallayath released this 06 Jan 04:29

You can also convert the model to XML Document.

XmlDocument xmlDocument = model.ToXml("rootName");

You can avoid the root element name, it will take the class name as root name.