dcrypt ~master (2018-06-04T17:07:07Z)
Dub
Repo
toHexStr
dcrypt
encoders
hex
Convert a byte array to a hex string.
string
toHexStr
(
string
data
,
bool
upperCase
=
false
)
string
toHexStr
(
in
ubyte
[]
data
,
bool
upperCase
=
false
)
@
safe
string
toHexStr
nothrow pure
(
in
ubyte
[]
data
,
bool
upperCase
= false
)
Meta
Source
See Implementation
dcrypt
encoders
hex
functions
hexDecode
toHexStr
Convert a byte array to a hex string.