Concatenate
Links string1 with string2 and returns the result as a concatenated string.
| Property | Type | Description |
|---|---|---|
| SourceString1 | String | First string. |
| SourceString2 | String | Second string. |
If one of the strings is null then returns the other.
If both are null then returns null.
