Hello,
I am trying to convert a base64binary string to a byte array in classic ASP. StrConv() doesn't exist in ASP.
My objective is to take the base64binary string received from a web service call, and write the binary format to a file.
thanks,
-m