Reading/writing an INI file

后端 未结 16 2396
南旧
南旧 2020-11-22 00:15

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

[Section]
=
...

Delphi has th

16条回答
  •  悲&欢浪女
    2020-11-22 00:56

    I want to introduce an IniParser library I've created completely in c#, so it contains no dependencies in any OS, which makes it Mono compatible. Open Source with MIT license -so it can be used in any code.

    You can check out the source in GitHub, and it is also available as a NuGet package

    It's heavily configurable, and really simple to use.

    Sorry for the shameless plug but I hope it can be of help of anyone revisiting this answer.

提交回复
热议问题