'Declaration
Function GetLogical( _ Optional ByVal context As IEvaluationContext, _ Optional ByVal catchError As Boolean _ ) As Boolean
'Usage
Dim instance As IReadonlyPrimitiveValue Dim context As IEvaluationContext Dim catchError As Boolean Dim value As Boolean value = instance.GetLogical(context, catchError)
bool GetLogical( IEvaluationContext context, bool catchError )
Parameters
- context
- The evaluation context to get value.
- catchError
true
if the evaluation context will track calculation error; otherwise,false
.
Return Value
An System.Boolean value.