REST.Json.Interceptors.TISODateTimeInterceptor.StringConverter

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

Delphi

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

C++

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

プロパティ

種類 可視性 ソース ユニット
function public
REST.Json.Interceptors.pas
REST.Json.Interceptors.hpp
REST.Json.Interceptors TISODateTimeInterceptor

説明

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

REST.Json.Interceptors.TISODateTimeInterceptor.StringConverter は REST.JsonReflect.TJSONInterceptor.StringConverter を継承しています。以下の内容はすべて REST.JsonReflect.TJSONInterceptor.StringConverter を参照しています。

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

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

関連項目