Posts by Agostinho Mayoral • 17 points
3 posts
-
0
votes4
answers370
viewsA: I don’t know how to use the method of converting images in Xamarin.forms.
You are right, I found it strange even to have to pass an object type to transform into byte array being that the return is object. I saw someone using this method, I think he should be using this…
-
0
votes4
answers370
viewsA: I don’t know how to use the method of converting images in Xamarin.forms.
Guys I found another way to convert image in byte array that solved my problem. But still, if anyone can explain to me how to use the method I’ve shown, I appreciate it. That was the solution public…
-
0
votes4
answers370
viewsQ: I don’t know how to use the method of converting images in Xamarin.forms.
I’m developing an app Xamarin.Forms and I’m having difficulty understanding how to fill the parameter to convert an image into byte array, I searched a lot looking for some solution, I found this…