1
0
mirror of https://github.com/benhoyt/inih.git synced 2025-01-28 22:52:54 +08:00
NeatNit 2023872dff Add INIReader::GetString to get nicer default_value behavior (#72)
* add INIReader::GetString

Same as INIReader::Get, but returns default_value if the value is an empty string, which provides functionality similar to GetInteger and the others

* clarify GetString description comment
2018-10-12 09:58:40 -04:00
..