Script functions reference > Script functions in alphabetical order > B > Base64DecodeString

Base64DecodeString
Syntax
Base64DecodeString(InputStr);
InputStr
Description
Decodes a base64 encoded text string.
Returns
The decoded string. If decoding fails an empty string is returned.
Example
$DecodedString = base64DecodeString("string to be decoded");
OpenText StreamServe 5.6 Updated: 2013-03-01