Decode Byte Stream Data

The Decode Byte Stream Data Block is used to convert a byte array to a string, based on the specified encoding.

The block has a single input pin, which accepts a byte array to decode, and a single output pin, which outputs the decoded string. When the block is executed, the input byte array is converted to a string, using the specified encoding, and the result string overwrites the output pin's content.

Setting Description
Encoding Sets the type of encoding to use. By default, Unicode (UTF-8) is selected.