3 references to toBoolean
System.Private.Xml (3)
System\Xml\XPath\Internal\BooleanFunctions.cs (1)
61return toBoolean(str);
System\Xml\XPath\Internal\LogicalExpr.cs (2)
290bool n2 = BooleanFunctions.toBoolean((string)val2); 296bool n1 = BooleanFunctions.toBoolean(Rtf(val1));