Found 109 packages
INI configuration provider implementation for Microsoft.Extensions.Configuration. This package enables you to read configuration parameters from INI files. You can use IniConfigurationExtensions.AddIniFile extension method on IConfigurationBuilder to add INI configuration provider to the configuration builder.
A .NET, Mono and Unity3d compatible(*) library for reading/writing INI data from IO streams, file streams, and strings written in C#. Also implements merging operations, both for complete ini files, sections, or even just a subset of the keys contained by the files. (*) This library is 100% .NET code and does not have any dependencies on Windows API calls in order to be portable.
A basic INI file reader/writer class
A .NET Standard library for reading/writing INI data from IO streams, file streams, and strings. Also implements merging operations, both for complete ini files, sections, or even just a subset of the keys contained by the files.
Port of ini-parser to .NET Core
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.
Manipulation simple de fichiers type ini
.NET library to open, modify and save .INI files
CaveSystems INI File Library. This packages contains classes for ini(tialization file) based configurations.
This INI file handler is a single class that add instant INI reading and writing to your projects.
MadMilkman.Ini is a .NET (and MONO compatible) component which simplifies processing of INI files. Enables reading, writing, updating, compressing and encrypting of various INI file formats. Additionally for an advance manipulations of INI file's content the component provides binding, mapping and serialization features.
Class to read and write INI files. CodeBits are useful code blocks that can included in your C# projects through NuGet. See the project site for documentation.
Alternate maintainer of "ini-parser". A .NET, Mono and Unity3d compatible(*) library for reading/writing INI data from IO streams, file streams, and strings written in C#. Also implements merging operations, both for complete ini files, sections, or even just a subset of the keys contained by the files. (*) This library is 100% .NET code and does not have any dependencies on Windows API calls in order to be portable.
Reading/Writing an INI file. "INI" files are widely used throughout the Windows operating system.
ini文件读写; "ini" file ReadWrite;
This is a C# Class that provides functionality for reading and writing INI files. INI files are commonly used for configuration purposes in many applications. Supports Windows,Linux,Android,iOS,macOS,Unity.
A slim, cross-platform, fully managed C# library for reading/writing .ini, .conf, .cfg etc configuration files.