String to binary conversion

clearion via Digitalmars-d-announce digitalmars-d-announce at puremagic.com
Wed Sep 3 05:32:43 PDT 2014


I would like to write binary data to a file for an ancillary hash 
table operation and then read it back using stream.rawRead(). How 
would I go about converting a string to binary in D. I would 
prefer not to use any third party libraries if I can. Thank You


More information about the Digitalmars-d-announce mailing list