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