I work a lot with files/images stored in blob fields. With the lack of .NET support it would be good to have the posibility to convert byte arrays to base64 strings, and the other way around.
A real life example would be:
- Receive a base64 encoded string from a javascript file drag/drop add-in.
- Store the file into a blob field.
- Export the blob to base64 to include it in a REST API call to a 3rd party system.
I work a lot with files/images stored in blob fields. With the lack of .NET support it would be good to have the posibility to convert byte arrays to base64 strings, and the other way around.
A real life example would be: