C# Class CK.WPF.Controls.StringIsNullOrWhiteSpaceToBoolean

Inheritance: IValueConverter
Afficher le fichier Open project: Invenietis/ck-certified

Méthodes publiques

Méthode Description
Convert ( object value, Type targetType, object parameter, System culture ) : object

Returns true if the string is null or white space

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

Does not support two-way binding

Method Details

Convert() public méthode

Returns true if the string is null or white space
public Convert ( object value, Type targetType, object parameter, System culture ) : object
value object
targetType System.Type
parameter object
culture System
Résultat object

ConvertBack() public méthode

Does not support two-way binding
public ConvertBack ( object value, Type targetType, object parameter, System culture ) : object
value object
targetType System.Type
parameter object
culture System
Résultat object