public static str base64FromData(container _data)
{
str base64;
Bindata bindata;
if(_data!=conNull())
{
bindata = new bindata();
bindata.setData(_data);
base64 = bindata.base64Encode();
}
return base64;
}
Preview:
downloadDownload PNG
downloadDownload JPEG
downloadDownload SVG
Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!
Click to optimize width for Twitter