InvertedBoolConverter 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 true to false and false to true. Simple as that!
public class InvertedBoolConverter : Xamarin.CommunityToolkit.Extensions.Internals.ValueConverterExtension, Xamarin.Forms.IValueConverter
- Inheritance
- Implements
Constructors
InvertedBoolConverter() |
Methods
Convert(Object, Type, Object, CultureInfo) |
Converts a System.Boolean to its inverse value. |
ConvertBack(Object, Type, Object, CultureInfo) |
Converts a System.Boolean to its inverse value. |
ProvideValue(IServiceProvider) | (Inherited from ValueConverterExtension) |
Explicit Interface Implementations
IMarkupExtension.ProvideValue(IServiceProvider) | (Inherited from ValueConverterExtension) |