TechTalk Genome v4.2

NullableInt64.HasValue Property

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

public bool HasValue {get;}

Property Value

false if the NullableInt64 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

NullableInt64 Class | TechTalk.Genome.NullableTypes Namespace