How to create, read and write XML C# windows forms?
Posted
by Audel
on Stack Overflow
See other posts from Stack Overflow
or by Audel
Published on 2010-04-25T17:42:13Z
Indexed on
2010/04/25
17:43 UTC
Read the original article
Hit count: 302
I want to create an XML file through c# and need to read and write on it.
The data I need to store are just strings and integers.
© Stack Overflow or respective owner