DecodeBase64
DecodeBase64 function
| Method Prototype | Description
|
| Function DecodeBase64(base64data As String) As String | decode 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.