[Overview][Types][Procedures and functions][Variables][Index] Reference for unit 'LazUtilities' (#lazutils)

StrToDouble

Converts the specified string value to a Double type.

Declaration

Source position: lazutilities.pas line 36

function StrToDouble(

  const s: string

):Double;

Arguments

s

  

String value converted in the routine.

Function result

Double type with the converted value.

Description

Calls StrToFloat to convert the value in s, and casts the result to the Double data type used as the return value.


Version 4.0 Generated 2025-05-03 Home