Tagged Questions
32
votes
7answers
38k views
Reading/writing INI file in C#
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 ...