Skip to content

A simple text-based system to store settings and user preferences.

License

Notifications You must be signed in to change notification settings

janleskovec/settings-for-csharp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

settings-for-csharp

A simple text-based system to store settings and user preferences for C#.

Usage:

Settings.SetValue("key", "value");
string value = Settings.GetValue("key");

Syntax:

key=value

Additional notes:

  • All newline and '=' characters in keys are replaced by '_'.
  • All newline characters in values are converted to \n.

About

A simple text-based system to store settings and user preferences.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages