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:
C#
public class StringToBooleanConverter : IValueConverter
Inheritance: objectStringToBooleanConverter
Implements:
Constructors
C#
public StringToBooleanConverter()
Methods
Converts an object to string and compares it value to the parameter value. Returns to a Visibility enumeration value.
C#
public object Convert(object value, Type targetType, object parameter, CultureInfo culture)
The object value to convert.
targetTypeTypeThis parameter is not used.
parameterobjectThe string the value must equals.
cultureCultureInfoThis parameter is not used.
Returns: if value to string equals parameter; otherwise, .
This method is not implemented.
C#
public object ConvertBack(object value, Type targetType, object parameter, CultureInfo culture)
This parameter is not used.
targetTypeTypeThis parameter is not used.
parameterobjectThis parameter is not used.
cultureCultureInfoThis parameter is not used.
Returns:This method is not implemented.