NullableTypes Class Library

NullableInt64 Explicit NullableTypes.NullableInt64 to System.Int64 Conversion 

Converts a NullableInt64 to a Int64.

[Visual Basic]
returnValue = NullableInt64.op_Explicit(x)
[C#]
public static explicit operator long(
   NullableInt64 x
);

Parameters

x
A NullableInt64 to convert.

Return Value

A Int64 set to the Value of the NullableInt64.

Exceptions

Exception TypeCondition
NullableNullValueExceptionx is Null.

See Also

NullableInt64 Class | NullableTypes Namespace