BuildIt.General.UI.Converters.BoolOpacityConverter.Convert C# (CSharp) Method

Convert() public method

Converts from bool to opacity
public Convert ( object value, Type targetType, object parameter, CultureInfo culture ) : object
value object The bool value
targetType System.Type The destination type
parameter object The low opacity value
culture System.Globalization.CultureInfo
return object
        public object Convert(object value, Type targetType, object parameter,
#if !NETFX_CORE
            CultureInfo culture
#else
BoolOpacityConverter