Converts this NullableUInt64 instance to a NullableInt32.
A NullableInt32 that is NullableInt32.Null if this NullableUInt64 is Null otherwise a NullableInt32 whose NullableInt32.Value equals the Value of this instance.
| Exception Type | Condition |
|---|---|
| OverflowException | x value is a number that is less than Int32.MinValue or greater than Int32.MaxValue. |
Namespace: TechTalk.Genome.NullableTypes
Assembly: TechTalk.Genome (in TechTalk.Genome.dll)
Version: 4.2.4.4
Editions: Professional, Evaluation, Express
NullableUInt64 Class | TechTalk.Genome.NullableTypes Namespace