hexEncode

Undocumented in source. Be warned that the author may not have intended to support it.
  1. string hexEncode(string data, bool upperCase)
  2. ubyte[] hexEncode(ubyte[] data, bool upperCase)
    @safe pure nothrow
    ubyte[]
    hexEncode
    (
    in ubyte[] data
    ,
    bool upperCase = false
    )

Meta