Web3S_Demo > Web 3S Encoding Function Library > DecodeBase36

DecodeBase36

Decodes a Base36 encoded string into binary data.

Inputs

In
Exec

Encoded Data
String

The Base36 encoded string to decode.

Is Uppercase
Boolean

Whether the input string uses uppercase characters.

Outputs

Out
Exec

Decoded Data
Array of Bytes

The decoded data as binary.

Success
Boolean

True if decoding succeeds, false otherwise.