Data.DBXPlatform.TDBXPlatform.JsonFloat

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

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

Properties

Type Visibility Source Unit Parent
function public
Data.DBXPlatform.pas
Data.DBXPlatform.hpp
Data.DBXPlatform TDBXPlatform

Description

Converts a JSON Double into a string, using the dot character.

The JsonFloat static method converts a JSON Double given by Value into a string, using the dot character.

See Also