toHexStr

Convert a byte array to a hex string.

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

Meta