IsNotNullOrEmptyConverter 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 the incoming value to a System.Boolean indicating whether or not the value is not null and not empty.
public class IsNotNullOrEmptyConverter : Xamarin.CommunityToolkit.Extensions.Internals.ValueConverterExtension, Xamarin.Forms.IValueConverter
- Inheritance
- Implements
Constructors
IsNotNullOrEmptyConverter() |
Methods
Convert(Object, Type, Object, CultureInfo) |
Converts the incoming value to a System.Boolean indicating whether or not the value is not null and not empty. |
ConvertBack(Object, Type, Object, CultureInfo) |
This method is not implemented and will throw a System.NotImplementedException. |
ProvideValue(IServiceProvider) | (Inherited from ValueConverterExtension) |
Explicit Interface Implementations
IMarkupExtension.ProvideValue(IServiceProvider) | (Inherited from ValueConverterExtension) |