Data.DBXJSONReflect.TJSONInterceptor.StringConverter
Delphi
function StringConverter(Data: TObject; Field: string): string; virtual;
C++
virtual System::UnicodeString __fastcall StringConverter(System::TObject* Data, System::UnicodeString Field);
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| function | public | Data.DBXJSONReflect.pas Data.DBXJSONReflect.hpp | Data.DBXJSONReflect | TJSONInterceptor | 
Description
Converter that transforms a field value into a string.
- Datais the current object instance that is being serialized.
- Fieldrepresents the field name.