146 packages tagged with “Ini”
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
Dapplo.Ini adds ini configuration with static type support to your project.
Nini is an uncommonly powerful .NET configuration library designed to help build highly configurable applications quickly.
An easy to use cfg/ini configuration library for .NET.
Extensions to aid in development.
A slim, cross-platform, fully managed C# library for reading/writing .ini, .conf, .cfg etc configuration files.
Dapplo.Config.Ini adds ini configuration with static type support to your project.
This INI file handler is a single class that add instant INI reading and writing to your projects.
The Ini.Net is a simple .NET library for handling INI files.
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.
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.
Reusable classes to build application configuration with environmentName such as ConfigurationBuilderBuilder and CertificateLoader
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.
Common IO utilities by other SabreTools projects
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.
Simple ini parser: Read/Write from/to string/file. Section inheritance.
INI file format parser.
IniWrapper uses reflection to bind value read from ini file to provided model. The purpose of this library is NOT parsing ini file, but to wrap it to provide easier use of existing parsing libraries. In configuration there is possibility to pass IniParser interface, which is used as file access layer. This library provides class that wraps Windows C++ methods to retrieve values from ini file.
Manipulation simple de fichiers type ini
Simple header-only C++ ini parser, with support for default section and interpolation similar to Python's configparser.
Installation Standard Configuration Settings Management
A .NET library for reading and writing INI files.
Reads and writes INI files and make navigating them easy. Simple object can now be serialized/deserialized.
Common utility for config files (xml,ini,json currently supported) with unified interface. It uses xpath as the prefered lookup method.
A utility to read ini files for GKS.