C# Class At.FF.Krems.Utils.WPF.Converters.StringStartsWithParamToBoolConverter

Inheritance: IValueConverter
Mostrar archivo Open project: Grisu-NOE/Infoscreen

Public Methods

Method Description
Convert ( object value, Type targetType, object parameter, CultureInfo culture ) : object

Converts the specified value.

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

The convert back.

Method Details

Convert() public method

Converts the specified value.
The target must be a boolean
public Convert ( object value, Type targetType, object parameter, CultureInfo culture ) : object
value object The value.
targetType System.Type The target type.
parameter object The parameter.
culture System.Globalization.CultureInfo The culture.
return object

ConvertBack() public method

The convert back.
Cannot convert back
public ConvertBack ( object value, Type targetType, object parameter, CultureInfo culture ) : object
value object The value.
targetType System.Type Type of the target.
parameter object The parameter.
culture System.Globalization.CultureInfo The culture.
return object