I am trying to convert a base64binary string to an array of bytes in classic ASP. StrConv () does not exist in ASP.
My goal is to take the base64binary string received from the web service call and write the binary format to a file.
thanks,
-m
source
share