NullableTypes Class Library

NullableDecimal.ToNullableSingle Method 

Converts this NullableDecimal instance to a NullableSingle.

[Visual Basic]
Public Function ToNullableSingle() As NullableSingle
[C#]
public NullableSingle ToNullableSingle();

Return Value

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

See Also

NullableDecimal Class | NullableTypes Namespace