Skip to content

EzConfig is a very effiecently INI Parser Class

Notifications You must be signed in to change notification settings

Lufzys/EzConfig

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

EzConfig - Minimal Version


EzConfig is a very effiecently INI Parser Class
How to Inıt
EzConfig.Others.SelectConfig(Application.StartupPath + @"/Example", true);
or
EzConfig.Others.SelectConfig(Application.StartupPath + @"/Example");
EzConfig.Others.CreateConfig();

How To Read & Write Value
How to write value?
EzConfig.WriteValue("Section", "KeyName", "Value");
How to read value?
EzConfig.ReadValue("Section", "KeyName");
returned value is "Value"

About

EzConfig is a very effiecently INI Parser Class

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages