Volume Control
Application-specific hotkeys for Windows
VolumeControl.WPF.Converters.NullToBooleanConverter Class Reference

Converts from any object type to bool depending on whether or not that object is null. More...

Inheritance diagram for VolumeControl.WPF.Converters.NullToBooleanConverter:
Collaboration diagram for VolumeControl.WPF.Converters.NullToBooleanConverter:

Public Member Functions

object Convert (object value, Type targetType, object parameter, CultureInfo culture)
 
object ConvertBack (object value, Type targetType, object parameter, CultureInfo culture)
 

Detailed Description

Converts from any object type to bool depending on whether or not that object is null.

Returns true when the object is null.


The documentation for this class was generated from the following file: