ComponentOne Expression Editor for UWP
C1.UWP.ExpressionEditor Assembly / C1.Xaml.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 System.Object _
    ) As System.Boolean
    public System.bool TryEvaluate( 
       out System.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