Home | All Classes | Grouped Classes | Index | Search
Converts a string to a boolean.
bool to_bool( const std::string& value);
Detailed description:
Accepted values: "1", "0", "yes", "no", "true", "false". All other values return false. The function is not case sensitive.
See also: