tryToCastToBoolean
This function returns a boolean value if the input is a string of true, false, 1, or 0.
Signature:
ora:tryToCastToBoolean(string)
Argument:
-
string: String value to attempt to convert to a boolean value.