XElement oXML = new GenerateXML().GetXML(obj); XmlDocument xmlDoc = new XmlDocument(); using (XmlReader xmlReader = oXML.CreateReader()) { xmlDoc.Load(xmlReader); }
This blog is only for C# Windows Aplication & Web Application & Other feature is css & jquery & Sql store procedure
Showing posts with label xElement. Show all posts
Showing posts with label xElement. Show all posts
Tuesday, January 2, 2018
How to convert xElement to XML Node in C#
Subscribe to:
Posts
(
Atom
)