TechTalk Genome v4.2

NullableUInt16.HasValue Property

Indicates whether or not the value of the NullableUInt16 structure is null.

public bool HasValue {get;}

Property Value

false if the NullableUInt16 structure is null, otherwise true.

Implements

INullable.HasValue

Requirements

Namespace: TechTalk.Genome.NullableTypes

Assembly: TechTalk.Genome (in TechTalk.Genome.dll)

Version: 4.2.4.4

Editions: Professional, Evaluation, Express

See Also

NullableUInt16 Class | TechTalk.Genome.NullableTypes Namespace