base64ToByteArray

Decodes the Base64 encoded string into a byte array.

This function uses the Base64 decoder to convert the string representation into its corresponding byte array. The input string should be a valid Base64 encoded string; otherwise, an IllegalArgumentException may be thrown during decoding.

Return

A byte array representation of the decoded Base64 string.