Verifies that a boolean expression is true.
Namespace: Facilita.Fc.RuntimeAssembly: fc_clr (in fc_clr.dll) Version: 9.5.7.98
Syntax
Parameters
- arg
- Type: System Boolean
The expression to evaluate.
- throwException
- Type: System Boolean
true if an FCException should be thrown if the expression evaluates to false.
Return Value
true if the expression evaluates to true; otherwise, false.See Also