ConverterUtils.toHexString

Undocumented in source. Be warned that the author may not have intended to support it.
  1. string toHexString(byte b)
  2. string toHexString(byte[] b)
  3. string toHexString(byte[] b, int offset, int length)
  4. string toHexString(const(ubyte)[] b, string separator, string prefix)
    struct ConverterUtils
    static
    string
    toHexString
    (
    LetterCase letterCase = LetterCase.upper
    )
    (
    const(ubyte)[] b
    ,
    string separator = ""
    ,
    string prefix = ""
    )

Meta