Share via


ListIsNotNullOrEmptyConverter Class

Definition

Converts the incoming value to a System.Boolean indicating whether or not the value is not null and not empty.

public class ListIsNotNullOrEmptyConverter : Xamarin.CommunityToolkit.Extensions.Internals.ValueConverterExtension, Xamarin.Forms.IValueConverter
Inheritance
System.Object
ListIsNotNullOrEmptyConverter
Implements

Constructors

ListIsNotNullOrEmptyConverter()

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)

Applies to