Data.DBXPlatform.TDBXPlatform.JsonToFloat

提供:RAD Studio API Documentation

Delphi

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

C++

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

プロパティ

種類 可視性 ソース ユニット
function public
Data.DBXPlatform.pas
Data.DBXPlatform.hpp
Data.DBXPlatform TDBXPlatform

説明

JSON stringDouble に変換します。

JsonToFloat 静的メソッドは、DotValue で指定された JSON stringDouble に変換します。DotValue で指定された string 値は、ドットの小数点記号を使用できます。

関連項目