toHexStr

Convert a string to a hex string.

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

Meta