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