This probably is not the safest way to do this, but would something like this work for you?
s = "0xABCDE" base64encode(parse(s)) On Monday, May 18, 2015 at 9:54:17 PM UTC-7, Martin Becze wrote: > > Hello I'm just starting with julia and im stuck on converting a hex string > to base64 encoded string. How would you do this with julia? > > Thanks, > -Martin >
