IValueConverter.ConvertTo(TValue,PTypeInfo) Method
Namespace: Spring.ValueConverters
public 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