Esempio n. 1
0
 public object Convert(object value, Type targetType, object parameter, CultureInfo culture)
 {
     return(imagePersistenceService.ConvertByteArrayToBitmapSource((byte[])value));
 }