IsNullOrEmptyConverter 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 null or empty.
public class IsNullOrEmptyConverter : Xamarin.CommunityToolkit.Extensions.Internals.ValueConverterExtension, Xamarin.Forms.IValueConverter
- Inheritance
- Implements
Constructors
IsNullOrEmptyConverter() |
Methods
Convert(Object, Type, Object, CultureInfo) |
Converts the incoming value to a System.Boolean indicating whether or not the value is null or 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) |