Returns the boolean of which parameter s is a string representation.
The accepted representations are true, false
(in any combination of lower- and upper-case),
and also 1 for true and 0 for false.
This is the inverse of function value:toString applied to a boolean.