String to Bytes

Converts a text string to raw binary data. Useful for transmission over HTTP or writing to files.

Interface

Inputs

ParameterDetailsPossible Types
String

Primary Input

string

Outputs

ProductDetailsPossible Types
Result

The value produced by the node operation.

Primary Output

Vec<u8>