System.JSON.FloatToJson

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

Delphi

function FloatToJson(const Value: Double): string;

C++

extern DELPHI_PACKAGE System::UnicodeString __fastcall FloatToJson(const double Value);

プロパティ

種類 可視性 ソース ユニット
function public
System.JSON.pas
System.JSON.hpp
System.JSON System.JSON


説明

指定された浮動小数点値を JSON 形式で返します。

たとえば、Value1.2 の場合、FloatToJson1.2 が入った文字列を返します。

関連項目