System.Rtti.TValue.AsString

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

function AsString: string;

C++

System::UnicodeString __fastcall AsString();

プロパティ

種類 可視性 ソース ユニット
function public
System.Rtti.pas
System.Rtti.hpp
System.Rtti TValue

説明

格納された値を string 値に変換します。

AsString メソッドを呼び出すと、格納された値を string 値に変換できます。格納された値が string 値に変換されない場合、例外が発生します。

関連項目