REST.Json.Interceptors.TISODateTimeInterceptor.StringConverter

From 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);

Properties

Type Visibility Source Unit Parent
function public
REST.Json.Interceptors.pas
REST.Json.Interceptors.hpp
REST.Json.Interceptors TISODateTimeInterceptor

Description

Converter that transforms a field value into an string. {{#multireplace:REST.Json.Interceptors.TISODateTimeInterceptor.StringConverter|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:REST.JsonReflect.TJSONInterceptor.StringConverter|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:REST.JsonReflect.TJSONInterceptor.StringConverter|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

Converter that transforms a field value into an string.

The StringConverter method returns a string generated from the Field value of Data.

See Also