NullableTypes Class Library

NullableByte.ToNullableInt32 Method 

Converts this NullableByte instance to a NullableInt32.

[Visual Basic]
Public Function ToNullableInt32() As NullableInt32
[C#]
public NullableInt32 ToNullableInt32();

Return Value

A NullableInt32 that is Null if this NullableByte is Null otherwise a NullableInt32 whose Value equals the Value of this instance.

See Also

NullableByte Class | NullableTypes Namespace