string to character code hex string

bitwise via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Sat Sep 2 08:53:25 PDT 2017


I need to convert a string of characters to a string of their hex 
representations.

"AAA" -> "414141"

This seems like something that would be in the std lib, but I 
can't find it.
Does it exist?

   Thanks


More information about the Digitalmars-d-learn mailing list