OpenWGA 7.10 - TMLScript reference

WGA » WGA.Base64
Method :

decode(text)

On object WGA.Base64
Usage Decodes the given text from Base64 String
Parameters

text (String):

The input to be decoded

Return value Decoded text as String
Examples
WGA.Base64.decode("aGFsbG8gd29ybGQ")
// returns "hallo world"