Sequence ToString

std/conversion/scalar/byte::ToString


Inputs

value: Stream<byte>

Outputs

↦ value: Stream<string>


Convert stream of byte into string.

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