NullableTypes Class Library

NullableByte.ToNullableDecimal Method 

Converts this NullableByte instance to a NullableDecimal.

[Visual Basic]
Public Function ToNullableDecimal() As NullableDecimal
[C#]
public NullableDecimal ToNullableDecimal();

Return Value

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

See Also

NullableByte Class | NullableTypes Namespace