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: 277

Filed under:
|
|

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

Related posts about c#

Related posts about Xml