Skip to content

fromBytes

fromBytes(byteArray) → binary · Binary

Create binary data from a byte array (array of integers 0-255).

  • byteArray (required): array of byte values
utlx
{
  binary: fromBytes([72, 101, 108, 108, 111])
}

Released under AGPL-3.0.