Web3S_Demo > Web 3S String Utils Function Library > HexToBytes

HexToBytes

Converts a hex string into a byte array using UTF-8 encoding.

Inputs

Hex String
String

The hex string to be converted to a text string.

Outputs

Return Value
Array of Bytes

Byte array from hex string.