Base64 validation class
i am looking for a Class or Function to check if a Base64 document is valid ( will results into Full file after decoding or not ),
i was not able to find any predefined class in Objectscript ,
has anyone worked on something similar before ?
any advice will be welcomed
Product version: IRIS 2025.1
Discussion (1)2
Comments
I would just decode the B64 then if it catch any error or returns nothing ("") is not valid.