Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What is the prefix for base64

Tags:

base64

radix

I am making a thing that I do not wish to tell you what it is (yet), and would like to know if there is a prefix to denote base 64 numbers in c similar to hex's 0x(number) and binary's 0b(number).

Does this happen to exist, and, if so, does anyone know what the prefix is?

like image 691
someone Avatar asked Sep 07 '25 13:09

someone


1 Answers

I'm always forgetting this too and every time I google it, I get this post that no one has ever answered... here:

data:image/png;base64,

like image 184
JR Dude Avatar answered Sep 10 '25 07:09

JR Dude