ZipStringList¶
Zip two lists of strings, if the list sizes are differents, additional values of the longest are ignored
Input Parameters¶
| Name (Relevancy & Type) | Description |
|---|---|
| StringsOne (List`1) | — |
| StringsTwo (List`1) | — |
Outputs¶
| Name | Type |
|---|---|
| Output | System.Collections.Generic.List`1[System.String] |