read / write xml config file
C#
2
Posts
2
Posters
0
Views
1
Watching
-
I need to read / write xml config file. Please give me any code or url to do this.
Dushan Perera
XMLDocument
class provides a DOM model access to the XML file and it allows you to read and write. It usesXMLReader
for reading andXMLWriter
for writing.Navaneeth How to use google | Ask smart questions