base
5.0.0.765
jvm
base
/
net.corda.v5.base.util
/
EncodingUtils
/
toBase64
to
Base64
@
NotNull
open
fun
toBase64
(
@
NotNull
bytes
:
Array
<
Byte
>
)
:
String
Convert a byte array to a Base58 encoded
String
.