3 references to toBoolean
System.Xml (3)
System\Xml\XPath\Internal\BooleanFunctions.cs (1)
57if (result is string ) return toBoolean((string)result);
System\Xml\XPath\Internal\LogicalExpr.cs (2)
244bool n2 = BooleanFunctions.toBoolean((string) val2); 249bool n1 = BooleanFunctions.toBoolean(Rtf(val1));