toHexStr

Convert a byte array to a hex string.

@safe nothrow pure
string
toHexStr
(
in ubyte[] data
,
bool upperCase = false
)

Meta