bits2Bytes

open fun bits2Bytes(bits: String): Array<Byte>

Bits to bytes.

Return

bytes

Parameters

bits

The bits.