background
I have an android client which sends image as string base64 to a jersey web service, then I want to save this image into my sql servier 2008 r2 database. I want to convert that string to varbinary.
my question
how to convert string to varbinary
Thank you