D
Dmitri Shvetsov
Hi All,
Does somebody know what's the length's ratio in we convert byte[] to base64
string? Is it a constant ratio or it can be different from case to case? For
example if I convert a byte array of 20 bytes length can I expect that I get
the base64 string with the same length every time when I do that? And what
will be the maximum length of this string?
What's the schema is taken for this conversion? If we use UUENCODE or
something else we can predict the string length converting a byte array. Can
we do the same in this case?
Regards,
Dmitri.
Does somebody know what's the length's ratio in we convert byte[] to base64
string? Is it a constant ratio or it can be different from case to case? For
example if I convert a byte array of 20 bytes length can I expect that I get
the base64 string with the same length every time when I do that? And what
will be the maximum length of this string?
What's the schema is taken for this conversion? If we use UUENCODE or
something else we can predict the string length converting a byte array. Can
we do the same in this case?
Regards,
Dmitri.