Decodes a Base36 encoded string into binary data.
|
In
Exec
|
|
|
Encoded Data
String
|
The Base36 encoded string to decode. |
|
Is Uppercase
Boolean
|
Whether the input string uses uppercase characters. |
|
Out
Exec
|
|
|
Decoded Data
Array of Bytes
|
The decoded data as binary. |
|
Success
Boolean
|
True if decoding succeeds, false otherwise. |