Nullable(Of T) Properties
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
The Nullable(Of T) type exposes the following members.
| Name | Description | |
|---|---|---|
|
HasValue | Gets a value indicating whether the current Nullable(Of T) object has a value. |
|
Value | Gets the value of the current Nullable(Of T) value. |
Show: