new ElseIfEmptyString( [value] [, then])
Evaluates if the value is an empty String.
Parameters:
Name | Type | Argument | Default | Description |
---|---|---|---|---|
value |
Object |
<optional> |
null | The value to evaluate. |
then |
system.process.Action |
<optional> |
null | The action to execute if the value is an empty |
Extends
Methods
-
eval()
-
Evaluates the specified condition.
- Inherited From:
-
toString()
-
Returns the string representation of this instance.
- Inherited From:
Returns:
the string representation of this instance.