TechTalk Genome v4.2

NullableBoolean Properties

The properties of the NullableBoolean structure are listed below. For a complete list of NullableBoolean structure members, see the NullableBoolean Members topic.

Public Instance Properties

ByteValue Gets the value of the NullableBoolean structure as a byte.
HasValue Indicates whether or not the value of the NullableBoolean structure is null.
IsFalse Indicates whether the current NullableBoolean.Value is NullableBoolean.False.
IsNull Indicates whether or not the value of the NullableBoolean structure is null.
IsTrue Indicates whether the current NullableBoolean.Value is NullableBoolean.True.
Value Gets the NullableBoolean structure's value. This property is read-only.

See Also

NullableBoolean Class | TechTalk.Genome.NullableTypes Namespace