4 using System.Globalization;
6 namespace SiliconStudio.Presentation.ValueConverters
15 public override object Convert(
object value, Type targetType,
object parameter, CultureInfo culture)
17 if (value != null && value.GetType().IsValueType)
override object Convert(object value, Type targetType, object parameter, CultureInfo culture)
This converter will convert an object to a boolean value, returning false if the object is equal to n...