NullableTypes Class Library

NullableInt64 Explicit NullableTypes.NullableBoolean to NullableTypes.NullableInt64 Conversion 

Converts the NullableBoolean parameter to a NullableInt64 structure.

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

Parameters

x
A NullableBoolean to be converted to a NullableInt64 structure.

Return Value

Null if x is Null otherwise a new NullableInt64 structure constructed from the ByteValue of x.

See Also

NullableInt64 Class | NullableTypes Namespace