Data.DBXPlatform.TDBXPlatform.JsonToFloat

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

class function JsonToFloat(DotValue: string): double; static;

C++

static double __fastcall JsonToFloat(System::UnicodeString DotValue);

Properties

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

Description

Converts a JSON string into a Double.

The JsonToFloat static method converts a JSON string, given by DotValue, to a Double. The string value specified by DotValue can employ the dot decimal separator character.

See Also