Nullable<T> Type Conversions
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
The Nullable<T> type exposes the following members.
| Name | Description | |
|---|---|---|
|
Explicit(Nullable<T> to T) | Returns the value of a specified Nullable<T> value. |
|
Implicit(T to Nullable<T>) | Creates a new Nullable<T> object initialized to a specified value. |
Show: