Class ByteBitmapImageConverter
- Namespace
- Innova.Prism.Library.Converters
- Assembly
- Innova.Prism.Library.dll
Converts a byte array to a BitmapImage.
public class ByteBitmapImageConverter : IValueConverter
- Inheritance
-
ByteBitmapImageConverter
- Implements
Methods
- Convert(object, Type, object, CultureInfo)
Converts a byte array to a BitmapImage.
- ConvertBack(object, Type, object, CultureInfo)
Converts a BitmapImage back to a byte array (not implemented).