Nullable<T>.GetValueOrDefault Method

Retrieves the value of the current Nullable<T> object, or the object's default value.

Namespace: Spring
public
 function GetValueOrDefault: T; overload;

Return Value

Type: T