C# Class CK.WPF.Controls.StringIsNullOrWhiteSpaceToBoolean

Inheritance: IValueConverter
显示文件 Open project: Invenietis/ck-certified

Public Methods

Method 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 method

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
return object

ConvertBack() public method

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
return object