Data.DBXPlatform.TDBXPlatform.JsonFloat

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

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

C++

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

プロパティ

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

説明

ピリオドを使って、JSON Doublestring に変換します。

JsonFloat 静的メソッドは、Value に指定された JSON Double を、ピリオドを使って string に変換します。

関連項目