NullableTypes Class Library

NullableInt32.ToNullableDecimal Method 

Converts this NullableInt32 instance to a NullableDecimal.

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

Return Value

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

See Also

NullableInt32 Class | NullableTypes Namespace