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

The null or empty string to visibility converter.
Inheritance: IValueConverter
Afficher le fichier Open project: Grisu-NOE/Infoscreen

Méthodes publiques

Méthode 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

Converts the back.

Method Details

Convert() public méthode

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.
Résultat object

ConvertBack() public méthode

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.
Résultat object