NullableTypes Class Library

NullableInt32.ToNullableInt64 Method 

Converts this NullableInt32 instance to a NullableInt64.

[Visual Basic]
Public Function ToNullableInt64() As NullableInt64
[C#]
public NullableInt64 ToNullableInt64();

Return Value

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

See Also

NullableInt32 Class | NullableTypes Namespace