Skip to content

BytesToInts

Name - Description Default Type
<input> Takes a byte array as input. Bytes
<output> Outputs the input bytes represented as a sequence of integers. [Int]

Convert bytes into a sequence of integers. Each byte is interpreted as an integer and stored in the sequence.