Class StringToBooleanConverter
Represents a converter that compares the string presentation of an object to the converter parameter and returns a Boolean.
Inheritance
Namespace: Telerik.Windows.Controls.FieldList.Editing
Assembly: Telerik.Windows.Controls.PivotFieldList.dll
Syntax
public class StringToBooleanConverter : Object, IValueConverter
Constructors
StringToBooleanConverter()
Declaration
public StringToBooleanConverter()
Methods
Convert(Object, Type, Object, CultureInfo)
Converts an System.parameter
value. Returns to a System.
Declaration
public object Convert(object value, Type targetType, object parameter, CultureInfo culture)
Parameters
System. The System. |
System. This parameter is not used. |
System. The string the value must equals. |
System. This parameter is not used. |
Returns
System. System. |
ConvertBack(Object, Type, Object, CultureInfo)
This method is not implemented.
Declaration
public object ConvertBack(object value, Type targetType, object parameter, CultureInfo culture)
Parameters
System. This parameter is not used. |
System. This parameter is not used. |
System. This parameter is not used. |
System. This parameter is not used. |
Returns
System. This method is not implemented. |