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

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

Delphi has the TIniFile component and I want to know if there is anything similar for C#?

16 Answers
16

Tags:

Leave a Reply

Your email address will not be published. Required fields are marked *