REST.Json.Interceptors.TBytesInterceptor.StringConverter

From RAD Studio API Documentation
Jump to: navigation, search

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 TBytesInterceptor

Description

Converter that transforms a field value into an string.

REST.Json.Interceptors.TBytesInterceptor.StringConverter inherits from REST.JsonReflect.TJSONInterceptor.StringConverter. All content below this line refers to REST.JsonReflect.TJSONInterceptor.StringConverter.

Converter that transforms a field value into an string.

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

See Also