======base64decode====== Base64-decode a [[PTPScript:Types:String|String]]. \\ **Syntax** * ''[[PTPScript:Types:String|String]] base64decode( [[PTPScript:Types:String|String]] subject )'' \\ **Parameters** * [[PTPScript:Types:String|String]] ''subject'' - The String to be Base64-decoded. \\ **Result** * [[PTPScript:Types:String|String]] - The decoded String. Returns ''subject'' decoded with MIME Base64.