Translates value to bool
t { assert(!toBool("YES", "NO"), "Error in toBool(T, T)"); assert(toBool("YES", "YES") == true, "Error in toBool(bool, T, T)"
See Implementation
Translates value to bool