[]
Evaluates a custom expression.
object Evaluate(Expression ex, out bool isEvaluated)
Function Evaluate(ex As Expression, ByRef isEvaluated As Boolean) As Object
Type | Name | Description |
---|---|---|
Expression | ex | The input expression |
bool | isEvaluated | true if evaluated |
Type | Description |
---|---|
object | The object value |