I am currently reading from an ini file with a key/value pair. i.e.
isValid = true
When get the key/value pair I need to convert a string
Suggestions for case-insenstive string comparisions on C++ strings can be found here: Case insensitive string comparison in C++