dcrypt ~master (2021-11-09T01:25:37.6069118)
Dub
Repo
toHexStr
dcrypt
encoders
hex
Convert a string to a hex string.
string
toHexStr
(string data, bool upperCase)
@
safe
nothrow pure
string
toHexStr
(
string
data
,
bool
upperCase
= false
)
string
toHexStr
(ubyte[] data, bool upperCase)
Meta
Source
See Implementation
dcrypt
encoders
hex
functions
hexDecode
hexEncode
toHexStr
Convert a string to a hex string.