Method of IApplication
Decodes a string of data which has been encoded using base-64 encoding into string or binary data array.
var pData = Application.atob(strText, bAsBinaryArray);
pData = Application.atob strText, bAsBinaryArray
VARIANT Data; HRESULT hr = Application.atob(strText, bAsBinaryArray, &Data);