Evaluates the given expression and returns the typed result (int, boolean or string).
[Visual Basic] Overridable Public Function Evaluate( _ ByVal xpathexpr As Object _ ) As Object [C#] public virtual object Evaluate( object xpathexpr ); [C++] public: virtual Object* Evaluate( Object* xpathexpr ); [JScript] public function Evaluate( xpathexpr : Object ) : Object;
The result of the expression.
Exception Type | Condition |
---|---|
ArgumentException | The return type of the given expression is a node set. |
XmlNavigator Class | XmlNavigator Members | System.NewXml Namespace