System.Classes.TParser.TokenInt

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function TokenInt: Int64;

C++

__int64 __fastcall TokenInt();

Properties

Type Visibility Source Unit Parent
function public
System.Classes.pas
System.Classes.hpp
System.Classes TParser

Description

Returns a toInteger token as a float.

Call TokenInt to retrieve the current token value as an integer number value. An exception will be raised if the token string value fails to convert to an integer value.

See Also