Data.DBXPlatform.TDBXPlatform.JsonFloat

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

class function JsonFloat(Value: Double): string; static;

C++

static System::UnicodeString __fastcall JsonFloat(double Value);

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function public
Data.DBXPlatform.pas
Data.DBXPlatform.hpp
Data.DBXPlatform TDBXPlatform

Beschreibung

Konvertiert einen Double-Wert des Typs JSON in einen String mit Hilfe eines Punktzeichens.

Die statische Methode JsonFloat konvertiert einen von Value angegebenen Double-Wert des Typs JSON in einen String mit Hilfe eines Punktzeichens.

Siehe auch