BoolToObjectConverter Class
Definition
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 boolean to object and vice versa.
public class BoolToObjectConverter : Xamarin.CommunityToolkit.Converters.BoolToObjectConverter<object>
- Inheritance
Constructors
BoolToObjectConverter() |
Properties
FalseObject |
The object that corresponds to False value. (Inherited from BoolToObjectConverter<TObject>) |
TrueObject |
The object that corresponds to True value. (Inherited from BoolToObjectConverter<TObject>) |
Methods
Convert(Object, Type, Object, CultureInfo) |
Converts System.Boolean to object. (Inherited from BoolToObjectConverter<TObject>) |
ConvertBack(Object, Type, Object, CultureInfo) |
Converts back object to System.Boolean. (Inherited from BoolToObjectConverter<TObject>) |
ProvideValue(IServiceProvider) | (Inherited from ValueConverterExtension) |
Explicit Interface Implementations
IMarkupExtension.ProvideValue(IServiceProvider) | (Inherited from ValueConverterExtension) |