3 packages tagged with “ini-file”
Lightweight .NET INI-file parser that can easily read and write INI files. It provides direct support for string, int, double and bool setting types. In addition to reading and writing individual settings, it can return all of the sections in the INI file, and also return all the settings within a particular INI-file section. The SetSetting() method is overloaded to accept different value types. The GetSetting() method is also overloaded to allow different defaultValue parameter types. The defaultValue parameter specifies the value to return if the setting was not found or could not be converted to the specified type. The defaultValue parameter type also indicates the return type.
A lightweight, zero-dependency .NET library for reading, writing, and managing INI files (.ini) with performance and ease. Ideal for app settings, game configs, and key-value storage. Take a look at the [the documentation](https://robbelroot.de/blog/rskibbe-ini-parsing-reading-saving-ini-files-but-easy/) for more information & example snippets.
Set of wrappers, helpers and abstractions to make the programming across multiple .NET platforms easier. Contains logging, network, event dispatching, *.ini, *.strings and *.properties file reader, as well as (a)synchronous task management.