NullExtension Class

Definition

Extension class that differentiates between null values and empty strings.

[Xamarin.Forms.Xaml.AcceptEmptyServiceProvider]
[Xamarin.Forms.Xaml.ProvideCompiled("Xamarin.Forms.Build.Tasks.NullExtension")]
public class NullExtension : Xamarin.Forms.Xaml.IMarkupExtension
type NullExtension = class
    interface IMarkupExtension
Inheritance
NullExtension
Attributes
AcceptEmptyServiceProviderAttribute ProvideCompiledAttribute
Implements

Constructors

NullExtension()

Creates a new NullExtension object with default values.

Methods

ProvideValue(IServiceProvider)

Returns the null object.

Applies to