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.Object to string and compares it value to the parameter
value. Returns to a System.Windows.Visibility enumeration value.
Declaration
public object Convert(object value, Type targetType, object parameter, CultureInfo culture)
Parameters
System.Object
value
The System.Object value to convert. |
System.Type
targetType
This parameter is not used. |
System.Object
parameter
The string the value must equals. |
System.Globalization.CultureInfo
culture
This parameter is not used. |
Returns
System.Object
System.Windows.Visibility.Visible if |
ConvertBack(Object, Type, Object, CultureInfo)
This method is not implemented.
Declaration
public object ConvertBack(object value, Type targetType, object parameter, CultureInfo culture)
Parameters
System.Object
value
This parameter is not used. |
System.Type
targetType
This parameter is not used. |
System.Object
parameter
This parameter is not used. |
System.Globalization.CultureInfo
culture
This parameter is not used. |
Returns
System.Object
This method is not implemented. |