REST.JsonReflect.TJSONUnMarshal.StringToTValue

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

Delphi

function StringToTValue(Value: string; typeInfo: PTypeInfo): TValue;

C++

System::Rtti::TValue __fastcall StringToTValue(System::UnicodeString Value, System::Typinfo::PTypeInfo typeInfo);

プロパティ

種類 可視性 ソース ユニット
function protected
REST.JsonReflect.pas
REST.JsonReflect.hpp
REST.JsonReflect TJSONUnMarshal


説明

StringToTValue メソッドは、指定された typeInfo に応じて、文字列TValue にマーシャリングします。

変換できない場合には、EConversionError 例外を送出します。

関連項目