base
5.0.0.763-Iguana1.0
jvm
base
/
net.corda.v5.base.util
/
EncodingUtils
/
toHex
to
Hex
@
NotNull
open
fun
toHex
(
@
NotNull
bytes
:
Array
<
Byte
>
)
:
String
Convert a byte array to a hex (Base16) capitalized encoded
String
.