TValueConverter.ConvertTo(TValue,PTypeInfo) Method

Namespace: Spring.ValueConverters
private
 function ConvertTo(const value: TValue;
 const targetTypeInfo: PTypeInfo): TValue; overload;

Parameters

value
Type: TValue

Rtti.TValue to convert

targetTypeInfo
Type: PTypeInfo

Target Rtti.PTypeInfo structure

Return Value

Type: TValue

Returns value to type pointing by targetTypeInfo parameter

Implements

IValueConverter.ConvertTo(TValue,PTypeInfo)