Converts a text string to raw binary data. Useful for transmission over HTTP or writing to files.
Interface
Inputs
| Parameter | Details | Possible Types |
|---|---|---|
| String | Primary Input | string |
Outputs
| Product | Details | Possible Types |
|---|---|---|
| Result | The value produced by the node operation. Primary Output | Vec<u8> |