Nullable<T>::GetValueOrDefault Method
.NET Framework (current version)
Retrieves the value of the current Nullable<T> object, or a default value.
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() | GetValueOrDefault() | Retrieves the value of the current Nullable<T> object, or the object's default value. |
![]() | GetValueOrDefault(T) | Retrieves the value of the current Nullable<T> object, or the specified default value. |
Show:
