System.Rtti.TValue.AsString
Delphi
function AsString: string;
C++
System::UnicodeString __fastcall AsString();
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| function | public | System.Rtti.pas System.Rtti.hpp | System.Rtti | TValue | 
Description
Converts the stored value to a string value.
Call AsString to convert the stored value to a string value. An exception is raised if the stored value cannot be converted to a string value.