aloneguid / config

⚙ Config.Net - the easiest configuration framework for .NET developers. No BS.
MIT License
656 stars 86 forks source link

Add more type parser #79

Closed mikefoxnobel closed 5 years ago

mikefoxnobel commented 6 years ago

Add following type parser: sbyte, short, byte, ushort, uint, ulong, float, decimal. Add TypeParser test cases for above. Add test functions to LogicTest for above.