I have a byte[] that holds an image (from a database)
I am trying to get NSData using NSData.FromBytes(IntPtr,uint)
How do I pass my byte[] into that?
This fails of course:
UIImage i =
UIImage.LoadFromData (NSData.FromBytes (item.Picture, item.Picture.Length));
UIImage i =
UIImage.LoadFromData (NSData.FromArray(myByteArray));
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With