TechTalk Genome v4.2

NullableChar Fields

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

Public Static Fields

Null Represents a Null value that can be assigned to an instance of the NullableChar 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.

See Also

NullableChar Class | TechTalk.Genome.NullableTypes Namespace