base
5.0.0.765
jvm
base
/
net.corda.v5.base.util
/
EncodingUtils
/
hexToRealString
hex
To
Real
String
@
NotNull
open
fun
hexToRealString
(
@
NotNull
encoded
:
String
)
:
String
HEX-String to the actual real
String
, that is "48656C6C6F20576F726C64" to "Hello World".