Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,208 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
var file = await FilePicker.PickAsync();
if (file != null)
{
//var fileStream = await file.OpenReadAsync();
//var fileBytes = new byte[fileStream.Length];
//await fileStream.ReadAsync(fileBytes, 0, (int)fileStream.Length);
}
Xamarin.Forms Version : 5.0.0.2622
Xamarin.Essentials : 1.8.0