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