NullableTypes Class Library

NullableInt16 Explicit NullableTypes.NullableInt16 to System.Int32 Conversion 

Converts NullableInt16 to int

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

Parameters

x
NullableInt16 value

Return Value

equivalent int value

See Also

NullableInt16 Class | NullableTypes Namespace