Web3S_Demo > Web 3S Encoding Function Library > DecodeBase32

DecodeBase32

Decodes a Base32-encoded string into a hexadecimal string representation.

Inputs

In
Exec

Encoded Data
String

The Base32 encoded string.

Outputs

Out
Exec

Decoded Data as Hex
String

The decoded data as a hex string.

Success
Boolean

True if decoding succeeds, false otherwise.