I am trying to convert an image to byte using c# and parsing the byte to a web service but I have this line of code I just can't get right. I am trying to point to a phone's storage path, pictures in my device and I can't seem to get the correct path.
byte[] imageByte = Environment.GetExternalStorageDirectory().getPath( "FAMScanner\\Vehicle_{0}.jpg");