<< Click to Display Table of Contents >> Base64 library |
|
▪Decode Base64 to Array - this script object used to decode Base64 string to byte array. Input contains base64 encoded string. In Output will be decoded byte array.
▪Encode Array to Base64 - this script object used to encode byte array to Base64 string. Input contains byte array. In Output will be encoded Base64 string.