dcrypt v0.0.5 (2015-08-01T16:43:44Z)
Dub
Repo
hexEncode
dcrypt
util
encoders
hex
Undocumented in source. Be warned that the author may not have intended to support it.
string
hexEncode
(string data, bool upperCase)
ubyte
[]
hexEncode
(ubyte[] data, bool upperCase)
@
safe
pure nothrow
ubyte
[]
hexEncode
(
in
ubyte
[]
data
,
bool
upperCase
= false
)
Meta
Source
See Implementation
dcrypt
util
encoders
hex
functions
hexDecode
hexEncode
toHexStr