[]
Evaluates an expression and returns the result.
public object Evaluate(string expression)
Public Function Evaluate(expression As String) As Object
| Type | Name | Description |
|---|---|---|
| string | expression | String containing the expression to evaluate. |
| Type | Description |
|---|---|
| object | The result of the expression. |