Converts a Base64 encoded string into a byte array. The 6-bit width Base64 data is converted to a binary string then written to a byte array.
A Base64 encoded string.
Converts a Base64 encoded string into a byte array. The 6-bit width Base64 data is converted to a binary string then written to a byte array.