TValueHelper.TryConvert(PTypeInfo,TValue) Method

Tries to convert the stored value. Returns false when the conversion is not possible.

Namespace: Spring
public
 function TryConvert(targetTypeInfo: PTypeInfo; out targetValue: TValue): Boolean; overload;

Parameters

targetTypeInfo
Type: System.Void

targetValue
Type: System.Void

Return Value

Type: Boolean