从FileOpenPicker到Base64的图像

时间:2015-02-21 05:45:08

标签: c# windows windows-phone base64 bitmapimage

我正在编写 Windows Phone 8.1应用(WINRT)

我正在使用 FileOpenPicker 从图库中选择一张照片,然后在 ContinueFileOpenPicker 中,如何将其转换为Base64?

  public void ContinueFileOpenPicker(FileOpenPickerContinuationEventArgs args)
        {
            var FileOpenPickerContinuationEventArgs_File = args.Files.FirstOrDefault();

//Convert to URI
//Convert to Image
//Convert to Base64


}

1 个答案:

答案 0 :(得分:0)

您可以使用Convert.ToBase64String将图片转换为Base64