TDefaultConverter.TryConvertTo(TValue,PTypeInfo,TValue) Method

Represents method TryConvertTo(TValue,PTypeInfo,TValue).

Namespace: Spring.ValueConverters
private
 function TryConvertTo(const value: TValue;
 const targetTypeInfo: PTypeInfo;
 out targetValue: TValue): Boolean;

Parameters

value
Type: System.Void

targetTypeInfo
Type: System.Void

targetValue
Type: System.Void

Return Value

Type: Boolean