This question is in regards to transferring binary data through XML.
I'm using STRCONV(cExpression, 13) to convert binary to Base64. Not sure if I need to be using STRCONV(cExpression, 14) instead (encoded vs. decoded), but I'll figure that out.
My question is: When I get the Base64 data, how do I translate that to binary data? Is that another STRCONV call or do I have to write code to get it translated?
Thanks!
I'm using STRCONV(cExpression, 13) to convert binary to Base64. Not sure if I need to be using STRCONV(cExpression, 14) instead (encoded vs. decoded), but I'll figure that out.
My question is: When I get the Base64 data, how do I translate that to binary data? Is that another STRCONV call or do I have to write code to get it translated?
Thanks!