'Declaration Function GetLogical( _ Optional ByVal context As IEvaluationContext _ ) As Boolean
'Usage Dim instance As IReadonlyPrimitiveValue Dim context As IEvaluationContext Dim value As Boolean value = instance.GetLogical(context)
bool GetLogical( IEvaluationContext context )
Parameters
- context
- The evaluation context to get value.
Return Value
An System.Boolean value.