ini-parser icon indicating copy to clipboard operation
ini-parser copied to clipboard

Add support for int on PropertyCollection

Open IchimakiKasura opened this issue 2 years ago • 1 comments

Just found this cool ini-parser but I've encountered little problem while working on my project. image On the single Section I have many properties which by the way has long names.

So my PR would be adding an INT or Numbers support to look like this image Which is also can be used when using a Loop when having too many properties on a section.

I hope my code changes helps!

IchimakiKasura avatar Mar 01 '23 21:03 IchimakiKasura

Also added automatic return type and fixed my mistakes on the first commit because it was only returning the KeyName and not the KeyValue image

So that it no longer requires int.Parse because it automatically does it.

IchimakiKasura avatar Mar 02 '23 20:03 IchimakiKasura