dcrypt v0.0.5 (2015-08-01T16:43:44Z)
Dub
Repo
toHexStr
dcrypt
util
encoders
hex
Convert a byte array to a hex string.
@
safe
nothrow pure
string
toHexStr
(
in
ubyte
[]
data
,
bool
upperCase
= false
)
Meta
Source
See Implementation
dcrypt
util
encoders
hex
functions
hexDecode
hexEncode
toHexStr
Convert a byte array to a hex string.