API:System.JSON.TryJsonToFloat

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function TryJsonToFloat(const DotValue: string; var Value: Double): Boolean;

C++

extern DELPHI_PACKAGE bool __fastcall TryJsonToFloat(const System::UnicodeString DotValue, double &Value);

Properties

Type Visibility Source Unit Parent
function public
System.JSON.pas
System.JSON.hpp
System.JSON System.JSON

Description

Embarcadero Technologies does not currently have any additional information.