Web3S_Demo > Web 3S String Utils Function Library > BytesToString

BytesToString

Tries to convert a byte array into string using UTF-8 encoding.

Inputs

Bytes
Array of Bytes

UTF8-encoded data.

Outputs

Return Value
String

String from byte array; will be empty if conversion fails.