BytesToString¶
| Name | Mandatory | Description | Default | Type |
|---|---|---|---|---|
⬅️ Input |
Accepts a byte array as input. Each byte in the sequence is interpreted as a character. | Bytes |
||
Output ➡️ |
The output is a string created from the input sequence of bytes. | String |
Converts a sequence of bytes into a string. Each byte in the sequence is interpreted as a character in the resulting string.