2 references to toBoolean
System.Xml (2)
System\Xml\XPath\Internal\BooleanFunctions.cs (1)
58
if (result is double ) return
toBoolean
((double)result);
System\Xml\XPath\Internal\LogicalExpr.cs (1)
232
bool n2 = BooleanFunctions.
toBoolean
((double)val2);