[]
        
(Showing Draft Content)

C1.ExpressionEditor.Engine.IEngine.TryEvaluate

TryEvaluate Method

TryEvaluate(out object)

Gets a result of expression. A return value indicates whether the evaluate succeeded or failed.

Declaration
bool TryEvaluate(out object result)
Function TryEvaluate(ByRef result As Object) As Boolean
Parameters
Type Name Description
object result

This parameter is passed uninitialized; any value originally supplied in result will be overwritten.

Returns
Type Description
bool

true if expression was evaluated successfully; otherwise, false.