NullableTypes Class Library

NullableInt64.ToNullableDecimal Method 

Converts this NullableInt64 instance to a NullableDecimal.

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

Return Value

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

See Also

NullableInt64 Class | NullableTypes Namespace