toHexStr

Convert a byte array to a hex string.

  1. string toHexStr(string data, bool upperCase)
  2. string toHexStr(ubyte[] data, bool upperCase)
    @safe nothrow pure
    string
    toHexStr
    (
    in ubyte[] data
    ,
    bool upperCase = false
    )

Meta