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

The null or empty string to visibility converter.
Наследование: 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

Converts the back.

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

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

Converts the specified value.
The target must be a visibility enumerator
public Convert ( 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

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

Converts the 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