hexEncode

Convert a string to a hex string.

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

Meta