13
Views
3
Comments
Solved
Is there a function to convert BinaryToBase64 on ODC like there is on O11
Question

I need to convert binary data in to base64, however I can't find a function like there was in O11 in ODC. Is there any unknown hero who has done this with ODC?

Solution

Hello Kadir Aksu, 

Yes, according to the documentation you should be able to call the OutSystems BinaryData library which allows you to convert BinaryToBase64. 

Check the link:

Note: You have to search for that library and have/"downloaded" it in to your service studio :) You can look for it at Forge.


Best regards, 

Ana

I was looking for BinaryData in my dependencies, While i just had to search for binary haha thanks!

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.