NullableTypes Class Library

NullableInt32 Explicit NullableTypes.NullableBoolean to NullableTypes.NullableInt32 Conversion 

Converts the NullableBoolean parameter to a NullableInt32 structure.

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

Parameters

x
A NullableBoolean to be converted to a NullableInt32 structure.

Return Value

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

See Also

NullableInt32 Class | NullableTypes Namespace