ExpressionBuilder.ParseExpression Method
.NET Framework 2.0
When overridden in a derived class, returns an object that represents the parsed expression.
Namespace: System.Web.Compilation
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
public: virtual Object^ ParseExpression ( String^ expression, Type^ propertyType, ExpressionBuilderContext^ context )
public Object ParseExpression ( String expression, Type propertyType, ExpressionBuilderContext context )
public function ParseExpression ( expression : String, propertyType : Type, context : ExpressionBuilderContext ) : Object
Not applicable.
Parameters
- expression
The value of the declarative expression.
- propertyType
The type of the property bound to by the expression.
- context
Contextual information for the evaluation of the expression.
Return Value
An Object containing the parsed representation of the expression; otherwise, a null reference (Nothing in Visual Basic) if ParseExpression is not implemented.When overridden in a derived class, this method parses the expression and returns it as an object that can be used as the parsedData parameter in a GetCodeExpression or EvaluateExpression method.
Windows 98, Windows Server 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.Community Additions
ADD
Show: