bpmAppService.HelperServices.TextService(text) Text Operators.
| Name | Type of Return | Input Parameter | Description |
|---|---|---|---|
| Concat | string | string operand1, string operand2 | Combine two texts |
| Contains | bool | string operand1, string operand2 | Returns a value indicating whether a specified substring(operand2) occurs within this string(operand1). |


