NullableTypes Class Library

NullableDecimal.Value Property

Gets the value of the NullableDecimal structure. This property is read-only

[Visual Basic]
Public ReadOnly Property Value As Decimal
[C#]
public decimal Value {get;}

Property Value

The value of the NullableDecimal structure.

Exceptions

Exception TypeCondition
NullableNullValueException The property is set to null.

See Also

NullableDecimal Class | NullableTypes Namespace