Not so long ago, I posted about how to convert an image into a Base64 string. Today, I will show you that using TMS Web Core, this is even easier.
If we look into the source code of TMS Web Core, we find that the custom image control adds a public property called Base64Image of type string.
…