REST.JsonReflect.TJSONInterceptor.StringConverter

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

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

C++

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

Propriétés

Type Visibilité  Source Unité  Parent
function public
REST.JsonReflect.pas
REST.JsonReflect.hpp
REST.JsonReflect TJSONInterceptor


Description

Convertisseur qui transforme une valeur de champ en chaîne.

La méthode StringConverter renvoie une chaîne générée à partir de la valeur Field de Data.

Voir aussi