How do I convert Byte[] formatted image to Base64string using JavaScript?
I want to display an image from an SQL database, onto my webpage.
I got the image in the format
{byte[6317]}.
How do I convert it into Base64string?