String/Byte Conversion
To convert between a string, and it’s representation as a byte array, you can use the String to Bytes node. To convert a byte array to its string representation, you can use the Bytes to String node. Please note that you may end up with jumbled data if your byte array is not encoded using ASCII, or isn’t text at all. You can see the two nodes below:
