System.JSON.TJSONMapper.ToStr

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

function ToStr(const AValue: T; AFormatIndent: Integer = 0): string; overload;
function ToStr(const AValue: TArray<T>; AFormatIndent: Integer = 0): string; overload;

C++

System::UnicodeString __fastcall ToStr(const T AValue, int AFormatIndent = 0x0)/* overload */;
System::UnicodeString __fastcall ToStr(const System::DynamicArray<T> AValue, int AFormatIndent = 0x0)/* overload */;

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function public
System.JSON.pas
System.JSON.hpp
System.JSON TJSONMapper

Beschreibung

Embarcadero Technologies verfügt zurzeit über keine zusätzlichen Informationen. Bitte unterstützen Sie uns bei der Dokumentation dieses Themas, indem Sie Ihre Kommentare auf der Diskussionsseite eingeben.