TechTalk Genome v4.2

NullableInt32.Value Property

Gets the value of the NullableInt32 structure. This property is read-only

public int Value {get;}

Property Value

The value of the NullableInt32 structure.

Exceptions

Exception TypeCondition
NullableNullValueException The property is set to null.

Requirements

Namespace: TechTalk.Genome.NullableTypes

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

Version: 4.2.4.4

Editions: Professional, Evaluation, Express

See Also

NullableInt32 Class | TechTalk.Genome.NullableTypes Namespace