System.JSON.TJSONNumber.GetAsInt

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetAsInt: Integer;

C++

int __fastcall GetAsInt();

Properties

Type Visibility Source Unit Parent
function protected
System.JSON.pas
System.JSON.hpp
System.JSON TJSONNumber

Description

Returns the integer representation of the number.

GetAsInt returns the integer representation of the number.

See Also