System.Classes.TParser.TokenFloat

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function TokenFloat: Extended;

C++

System::Extended __fastcall TokenFloat();

Properties

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

Description

Returns a toFloat token as a float.

Call TokenFloat to retrieve the current token value as a floating point number value. An exception will be raised of the token string value fails to convert to a floating point value.

See Also