Hello,
Anything between string and string based on base 64? I can send all the strings through the SMS program. But it is not certain that it will apply to the string based on base 64. Can someone provide a base, which should be done on the string base on the base 64 and sent by SMS. Thank you
Do you want that you just want a text message in the base 64 string? It should work fine - as far as I know, all the characters used within Base 64 are also available in text messages. If you mean that you want to send arbitrarily binary data that is on base 64 base, it can be difficult, it will not actually be "text" at that time - I suspect that one of the senders The method (possibly MMS, etc.), but you should see those APIs that take a byte array instead of stars at that point.
Comments
Post a Comment