Hi,

I'm looking for a function that converts my hex-string to a binary representation. In Python I write the following:

myHex = "123456789ABCDEF"
myBin = myHex.decode('hex')

But how to do the same in D? Is there any function?

Thanks for suggestions!

Reply via email to