REST.JsonReflect.TJSONInterceptor.StringConverter
Object Pascal
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 | REST.JsonReflect.pas REST.JsonReflect.hpp |
REST.JsonReflect | TJSONInterceptor |
Description
Converter that transforms a field value into an string.
The StringConverter method returns a string generated from the <Field> value of <Data>.