BoolToObjectConverter<TObject>.ConvertBack Method
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Converts back object to System.Boolean.
public object? ConvertBack (object value, Type targetType, object parameter, System.Globalization.CultureInfo culture);
- value
- System.Object
The value to convert.
- targetType
- System.Type
The type of the binding target property. This is not implemented.
- parameter
- System.Object
Additional parameter for the converter to handle. This is not implemented.
- culture
- System.Globalization.CultureInfo
The culture to use in the converter. This is not implemented.
True if value equals TrueObject, otherwise False.
Product | Versions |
---|---|
Xamarin Community Toolkit | Latest |