ClassStringToBooleanConverter
Represents a converter that compares the string presentation of an object to the converter parameter and returns a Boolean.
Definition
Namespace:Telerik.Windows.Controls.FieldList.Editing
Assembly:Telerik.Windows.Controls.PivotFieldList.dll
Syntax:
public class StringToBooleanConverter : IValueConverter
Inheritance: objectStringToBooleanConverter
Implements:
Constructors
StringToBooleanConverter()
Declaration
public StringToBooleanConverter()
Methods
Convert(object, Type, object, CultureInfo)
Converts an object to string and compares it value to the parameter value. Returns to a Visibility enumeration value.
Declaration
public object Convert(object value, Type targetType, object parameter, CultureInfo culture)
Parameters
value
The object value to convert.
targetType
This parameter is not used.
parameter
The string the value must equals.
culture
This parameter is not used.
Returns
if value to string equals parameter; otherwise, .
ConvertBack(object, Type, object, CultureInfo)
This method is not implemented.
Declaration
public object ConvertBack(object value, Type targetType, object parameter, CultureInfo culture)
Parameters
value
This parameter is not used.
targetType
This parameter is not used.
parameter
This parameter is not used.
culture
This parameter is not used.
Returns
This method is not implemented.