TechTalk Genome v4.2

NullableUInt64.ToNullableInt32 Method 

Converts this NullableUInt64 instance to a NullableInt32.

public NullableInt32 ToNullableInt32();

Return Value

A NullableInt32 that is NullableInt32.Null if this NullableUInt64 is Null otherwise a NullableInt32 whose NullableInt32.Value equals the Value of this instance.

Exceptions

Exception TypeCondition
OverflowExceptionx value is a number that is less than Int32.MinValue or greater than Int32.MaxValue.

Requirements

Namespace: TechTalk.Genome.NullableTypes

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

Version: 4.2.4.4

Editions: Professional, Evaluation, Express

See Also

NullableUInt64 Class | TechTalk.Genome.NullableTypes Namespace