Class BoolToPlatformBoolConverter
Inheritance
System.Object
BoolToPlatformBoolConverter
Implements
Microsoft.Maui.Controls.IValueConverter
Assembly: SampleBrowser.Maui.Base.dll
public class BoolToPlatformBoolConverter : Object, IValueConverter
Constructors
Declaration
public BoolToPlatformBoolConverter()
Methods
Declaration
public object Convert(object value, Type targetType, object parameter, CultureInfo culture)
Parameters
Type |
Name |
Description |
System.Object |
value |
|
System.Type |
targetType |
|
System.Object |
parameter |
|
System.Globalization.CultureInfo |
culture |
|
Returns
Exceptions
Type |
Condition |
System.ArgumentNullException |
Declaration
public object ConvertBack(object value, Type targetType, object parameter, CultureInfo culture)
Parameters
Type |
Name |
Description |
System.Object |
value |
|
System.Type |
targetType |
|
System.Object |
parameter |
|
System.Globalization.CultureInfo |
culture |
|
Returns
Exceptions
Type |
Condition |
System.NotImplementedException |
Implements
Microsoft.Maui.Controls.IValueConverter