hunt-extra v1.0.11 (2021-05-17T06:05:46Z)
Home
Dub
Repo
ConverterUtils.toHexString
hunt
util
ConverterUtils
ConverterUtils
Undocumented in source. Be warned that the author may not have intended to support it.
string
toHexString
(byte b)
string
toHexString
(byte[] b)
string
toHexString
(byte[] b, int offset, int length)
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
Source
See Implementation
hunt
util
ConverterUtils
ConverterUtils
static functions
convertHexDigit
fromHexString
parseInt
toBytes
toHex
toHexString