Skip to content

DuelitDev/XProperties-CSharp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

XProperties

XProperties is a .properties file parser library, which was written to read/write .properties files in languages other than Java.

Install

Install-Package DuelitDev.XProperties

Documentation

XProperties Wiki

Example

// example.cs
// See https://aka.ms/new-console-template for more information

using XProperties;

var prop = new Properties();
prop.Load("example.properties");
Console.WriteLine(prop["example"]);

Copyright

Copyright 2023. DuelitDev all rights reserved.

License

LGPL-2.1 License