Base64 library

<< Click to Display Table of Contents >>

Navigation:  Project > Scripts > FBD language > Script objects of FBD language  >

Base64 library

Previous pageReturn to chapter overviewNext page

baselib

 

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.