Takes a stringly-typed boolean and converts it to an actual boolean type.
The string to parse.
The string parsed as an actual boolean.
If the string is not either true or false (case insensitive).
true
false
Takes a stringly-typed boolean and converts it to an actual boolean type.