Convert a value in memory to binary.
Warning: A binary representation requires a lot of memory for conversion. I takes 8 bytes of text for every byte of a number. That means it will require a buffer of 513 bytes to convert a zword (512-bit) to binary.
See QWordToHex for more information.