Nullable(Of T) Narrowing Conversion (Nullable(Of T) to T)
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Returns the value of a specified Nullable(Of T) value.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- value
- Type: System.Nullable(Of T)
A Nullable(Of T) value.
Show: