NullExtension 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.
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
-
System.ObjectNullExtension
- Attributes
-
AcceptEmptyServiceProviderAttribute ProvideCompiledAttribute
- Implements
Constructors
NullExtension() |
Creates a new NullExtension object with default values. |
Methods
ProvideValue(IServiceProvider) |
Returns the null object. |