CalcEngine for .NET
C1.CalcEngine.ExpressionEngine Namespace / ExpressionEngine Class / IsValid Property

In This Topic
    IsValid Property (ExpressionEngine)
    In This Topic
    Gets a value that indicates whether the expression is valid.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property IsValid As Boolean
    public bool IsValid {get;}
    See Also