REST.JsonReflect.TJSONInterceptor.StringConverter

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

Delphi

function StringConverter(Data: TObject; Field: string): string; virtual;

C++

virtual System::UnicodeString __fastcall StringConverter(System::TObject* Data, System::UnicodeString Field);

プロパティ

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


説明

フィールド値を文字列に変換する変換ルーチンです。

StringConverter メソッドは、DataField フィールドの値から生成された文字列を返します。

関連項目