Reading/writing INI file in C#

Posted by zendar on Stack Overflow See other posts from Stack Overflow or by zendar
Published on 2008-10-20T09:37:22Z Indexed on 2010/06/05 16:52 UTC
Read the original article Hit count: 234

Filed under:
|
|

Is there any class in .Net framework that can read/write standard ini files:

[Section]
<keyname>=<value>
...

Delphi have TIniFile component and I am looking if there is anything similar for C#.

© Stack Overflow or respective owner

Related posts about c#

Related posts about .NET