convnwb.utils.convert.convert_str_to_bool

convnwb.utils.convert.convert_str_to_bool(string)[source]

Convert a string to a boolean.

Parameters:
string{‘True’, ‘False’}

String to convert to boolean.

Returns:
bool

Boolean represetation of the string.