NullableTypes Class Library

NullableInt32 Implicit System.Int32 to NullableTypes.NullableInt32 Conversion 

Converts the Int32 parameter to a NullableInt32 structure.

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

Parameters

x
A Int32 to be converted to a NullableInt32 structure.

Return Value

A new NullableInt32 structure constructed from x.

See Also

NullableInt32 Class | NullableTypes Namespace