dcrypt v0.0.7 (2015-12-06T17:48:29Z)
Dub
Repo
hexEncode
dcrypt
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
encoders
hex
functions
hexDecode
hexEncode
toHexStr
Convert a string to a hex string.