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