On Wed, 02 Oct 2013 01:36:52 GMT, Mike wrote:

Hi,

Is there a base64 encoding example? I'm trying to convert an image a person uploads into base64 so i can store it into redis.

I'm kind of new to D, so any help would be appreciated.

Thanks!

You can use std.base64: http://dlang.org/phobos/std_base64.html

If you need D related help, it's probably better to ask at the D forum as it's a lot more active: http://forum.dlang.org/group/digitalmars.D.learn