OpenWGA 7.9 - TMLScript reference
WGA » WGA.Base64Method :
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")
|