Nullable<T> Type Conversions

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Include Protected Members
Include Inherited Members

Include Silverlight Members
Include Silverlight for Windows Phone Members
Include XNA Framework Members

The Nullable<T> type exposes the following members.

Operators

  Name Description
Public operatorStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 Explicit(Nullable<T> to T) Returns the value of a specified Nullable<T> value.
Public operatorStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 Implicit(T to Nullable<T>) Creates a new Nullable<T> object initialized to a specified value.

Top