ComponentOne Expression Editor for WPF
C1.WPF.ExpressionEditor.4.5.2 Assembly / C1.WPF.ExpressionEditor Namespace / C1ExpressionEditor Class / TryEvaluate Method
This parameter is passed uninitialized; any value originally supplied in result will be overwritten.

In This Topic
    TryEvaluate Method (C1ExpressionEditor)
    In This Topic
    Gets a result of expression. A return value indicates whether the evaluate succeeded or failed.
    Syntax
    'Declaration
     
    Public Function TryEvaluate( _
       ByRef result As Object _
    ) As Boolean
    public bool TryEvaluate( 
       out object result
    )

    Parameters

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

    Return Value

    true if expression was evaluated successfully; otherwise, false.
    See Also