System.Rtti.TValue.ToString

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function ToString: string;

C++

System::UnicodeString __fastcall ToString(void);

Properties

Type Visibility Source Unit Parent
function public
System.Rtti.pas
System.Rtti.hpp
System.Rtti TValue

Description

Returns the string representation of the value stored in the TValue record.

Call ToString to obtain a string that represents the value stored in the TValue record. Each stored types of values have different string representations. For example, the string representation of a stored integer is actually the same as the one obtained by a call to IntToStr method.

See Also

Code Examples