Function Friday: Binary, DataUri, UriComponent, and Base64 Conversion Functions
This time I’m going to delve into conversion functions for base64 and binary. Both are typically used to convert binary files such as images and zip files back and forth between formats that various connectors need in order to process them. It’s also sometimes used to generate hashes used for checksums, certificates, and encryption.
base64 The base64 function is used to convert a string into a base64 encoded version of a string. The pattern is: