convnwb
0.3.0
API
GitHub
Site
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.