Question Kaveh Kaviani · Nov 12, 2025

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

Comments

Enrico Parisi · Nov 12, 2025

I would just decode the B64 then if it catch any error or returns nothing ("") is not valid.

0