This documentation is archived and is not being maintained.
Nullable<T> Type Conversions
Visual Studio 2010
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: