JeevanJames / IniFile

.NET library to open, modify and save .INI files
Apache License 2.0
23 stars 12 forks source link

Keys case insensitive #157

Open Slesa opened 1 year ago

Slesa commented 1 year ago

The lib itself works very well, but can I get at least key matching be case insensitive? And even section matching?

[sEcTiOn] vAlUe = 1

Can this be read via ini["Section"]["Value"] somehow?