ToBoolean() Converts specified double expression value to boolean value (true if expression is not zero, false otherwise). Syntax ToBoolean(double doubleExpression)ToBoolean(string stringExpression) Example ToBoolean(Random())ToBoolean("True")