Converts the string
representation of a boolean value to its boolean type
equivalent.
Copyright © 2016 Mobilengine Corp. All rights reserved. version: 7.0.4.19927
Converts the string
representation of a boolean value to its boolean type
equivalent.
Returns
true
if the string parameter is "true"
,
false
if the string parameter is "false"
, and undefined
if the parameter is not a logical value.