IntToBoolConverter 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 an System.Int32 to corresponding System.Boolean and vice versa.
public class IntToBoolConverter : Xamarin.CommunityToolkit.Extensions.Internals.ValueConverterExtension, Xamarin.Forms.IValueConverter
- Inheritance
- Implements
Constructors
IntToBoolConverter() |
Methods
Convert(Object, Type, Object, CultureInfo) |
Converts an System.Int32 to corresponding System.Boolean. |
ConvertBack(Object, Type, Object, CultureInfo) |
Converts back System.Boolean to corresponding System.Int32. |
ProvideValue(IServiceProvider) | (Inherited from ValueConverterExtension) |
Explicit Interface Implementations
IMarkupExtension.ProvideValue(IServiceProvider) | (Inherited from ValueConverterExtension) |