[]
Gets a result of expression. A return value indicates whether the evaluate succeeded or failed.
public bool TryEvaluate(out object result)
| Type | Name | Description |
|---|---|---|
| object | result | This parameter is passed uninitialized; any value originally supplied in result will be overwritten. |
| Type | Description |
|---|---|
| bool | true if expression was evaluated successfully; otherwise, false. |