If you want to convert a string to bitmap and bitmap into string than use the below code. please feel free to contact if you face any problem here.
//this method will convert bitmap to base64 String
public static String BitMapToString(Bitmap bitmap) {
//this method will convert bitmap to base64 String
public static String BitMapToString(Bitmap bitmap) {