TValueHelper.TryGetNullableValue(TValue) Method

Tries to get the stored value of a nullable. Returns false when the nullable is null.

Namespace: Spring
public
 function TryGetNullableValue(out value: TValue): Boolean;

Parameters

value
Type: System.Void

Return Value

Type: Boolean