Sequence StringToByte

std/conversion/scalar/to_byte::StringToByte


Inputs

value: Stream<string>

Outputs

↦ data: Stream<byte>


Convert stream of string into byte.

Every string gets converted into byte, and the resulting bytes are send through stream in continuity.

The output is the byte representation of the string encoded in UTF-8. This conversion does not provide any encoding utilities, see (text/encoding) if you need some.