OCLOperators Base64ToBlob
This page was created by Lars.olofsson on 2019-02-25. Last edited by Wikiadmin on 2026-09-12.
Converts a Base64 encoded string to a byte array (BLOB).
If you have a string in clear text and want it as a byte array (BLOB), do this: 'My clear text string'.StringToBase64.Base64ToBlob
