Bytes.Join¶
| Name | Mandatory | Description | Default | Type | 
|---|---|---|---|---|
| ⬅️ Input | The sequence of strings or byte array to concatenate. | [String Bytes] | ||
| Output ➡️ | The concatenated string or bytes represented as a byte array. | Bytes | 
This shard will concatenate a sequence of strings or bytes into a single string or byte array and output it as a byte array.
Details¶
This shard is also able to accept a sequence that contains a mixture of strings and bytes.