NullableTypes Class Library

NullableByte.ToNullableInt16 Method 

Converts this NullableByte instance to a NullableInt16.

[Visual Basic]
Public Function ToNullableInt16() As NullableInt16
[C#]
public NullableInt16 ToNullableInt16();

Return Value

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

See Also

NullableByte Class | NullableTypes Namespace