IDsl Compiler ContextHas Value Method
Determines if a variable exists in the workflow and it has value e.g. not empty string, not empty array, etc.
Definition
Namespace: Casewhere.Runtime.DSL.CompilerContext
Assembly: Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.9.8.6
True if the variable exists and has value; otherwise, False.
Assembly: Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.9.8.6
C#
bool HasValue(
string key
)Parameters
- key String
- The key.
Return Value
BooleanTrue if the variable exists and has value; otherwise, False.