I want to convert local images which are there in project platform wise to bytes. If I am doing this think
byte[] buff = System.IO.File.ReadAllBytes("Sample.png");
I am getting error of file not found in android.
Want to know what wrong I am doing this and need solution.
Thanks in advance.