[]
        
(Showing Draft Content)

GrapeCity.CalcEngine.IReadonlyPrimitiveValue.GetLogical

GetLogical Method

GetLogical(IEvaluationContext, bool)

Gets the bool value.

Declaration
bool GetLogical(IEvaluationContext context = null, bool catchError = true)
Function GetLogical(Optional context As IEvaluationContext = Nothing, Optional catchError As Boolean = True) As Boolean
Parameters
Type Name Description
IEvaluationContext context

The evaluation context to get value.

bool catchError

true if the evaluation context will track calculation error; otherwise, false.

Returns
Type Description
bool

An bool value.