Table of Contents

Class NullToImageConverter

Namespace
Innova.Prism.Library.Converters
Assembly
Innova.Prism.Library.dll

Converts a null value or an empty byte array to a DependencyProperty.UnsetValue.

public class NullToImageConverter : IValueConverter
Inheritance
NullToImageConverter
Implements

Methods

Convert(object, Type, object, CultureInfo)

Converts a value to a DependencyProperty.UnsetValue if it is null or an empty byte array.

ConvertBack(object, Type, object, CultureInfo)

Converts a value back to Binding.DoNothing.