CalcEngine for .NET
C1.CalcEngine.ExpressionEngine Namespace / Expression Class / GetBool Method

In This Topic
    GetBool Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function GetBool( _
       ByVal expr As IExpression _
    ) As Boolean
    public static bool GetBool( 
       IExpression expr
    )

    Parameters

    expr
    See Also