C# Класс At.FF.Krems.Utils.WPF.Converters.StringStartsWithParamToBoolConverter

Наследование: IValueConverter
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Описание методов

Convert() публичный Метод

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.
Результат object

ConvertBack() публичный Метод

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.
Результат object