How many ways to convert bitmap to string and vice-versa?

后端 未结 3 1847
死守一世寂寞
死守一世寂寞 2020-11-30 04:11

In my application i want to send bitmap image to the server in the form of string, i want to know how many ways are available to convert a bitmap to string. now i am using B

3条回答
  •  半阙折子戏
    2020-11-30 04:30

    you can use byteArray to send images or other data. there is no encoding and decoding require. and you have to use multipart body to send data to server..

提交回复
热议问题