FromBytesNode
Purpose of the Node
The FromBytesNode is used to convert a String input into a Bytes output. This node is particularly useful for scenarios where you need to transform textual data into a byte representation, enabling further binary processing or encoding.
Pins
Pin Name | Pin Description | Pin Type | Value Type |
---|---|---|---|
Start | Input bytes to convert. | Input | Array |
End | Output parsed value. | Output | Generic |