Web3S_Demo > Web 3S Encoding Function Library > EncodeBase36

EncodeBase36

Encodes binary data into a Base36 encoded string.

Inputs

In
Exec

Data to Encode
Array of Bytes

The binary data to encode.

Use Uppercase
Boolean

Whether to use uppercase characters in the encoding.

Outputs

Out
Exec

Encoded Data
String

The Base36 encoded string.