NullableTypes Class Library

NullableInt32 Explicit NullableTypes.NullableInt32 to System.Int32 Conversion 

Converts a NullableInt32 to a Int32.

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

Parameters

x
A NullableInt32 to convert.

Return Value

A Int32 set to the Value of the NullableInt32.

Exceptions

Exception TypeCondition
NullableNullValueExceptionx is Null.

See Also

NullableInt32 Class | NullableTypes Namespace