Info
Version: | 2.5.0 |
Author(s): | Jonathan Wood |
Last Update: | Sunday, March 24, 2024 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/SoftCircuits/IniFileParser |
NuGet Url: | https://www.nuget.org/packages/SoftCircuits.IniFileParser |
Install
Install-Package SoftCircuits.IniFileParser
dotnet add package SoftCircuits.IniFileParser
paket add SoftCircuits.IniFileParser
SoftCircuits.IniFileParser Download (Unzip the "nupkg" after downloading)
Dependencies
Tags
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.