System.JSON.TJSONNumber.GetAsInt

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

Delphi

function GetAsInt: Integer;

C++

int __fastcall GetAsInt();

プロパティ

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

説明

数値の integer 表現を返します。

GetAsInt は、数値の integer 表現を返します。

関連項目