NullableTypes Class Library

NullableBoolean.Null Field

Represents a Null value that can be assigned to the Value property of an instance of the NullableBoolean structure.

A Null is the absence of a value because missing, unknown, or inapplicable value. A Null should not be used to imply any other value (such as zero). Also any value (such as zero) should not be used to imply the absence of a value, that's why Null exists.

[Visual Basic]
Public Shared ReadOnly Null As NullableBoolean
[C#]
public static readonly NullableBoolean Null;

Remarks

The Null field is a constant for the NullableBoolean structure.

See Also

NullableBoolean Class | NullableTypes Namespace