Feedback:
Please enter any feedback you have for this article.
Screenshots:
All Articles ยป Parse XML
Articles in this category
hyve
Category: C#
How to Parse an XML string or File
using System.Xml; try { XmlDocument doc = new XmlDocument(); doc.LoadXml("xml"); doc.Save(@"c:counterparty.xml"); } catch (Exception ex) { MessageBox.Show(ex.Message); }
Tags:
How useful was this post?
Click on a star to rate it!
Average rating 0 / 5. Vote count: 0
No votes so far! Be the first to rate this post.
Popular Articles
Related Articles