DecodeBase64
DecodeBase64 function

Method PrototypeDescription
Function DecodeBase64(base64data As String) As Stringdecode Base64 data


This global function decodes Base64 encoding. Any line breaks in the given base64 data are ignored, and the result may be any text or binary data.

For details, see the EncodeBase64 function.