[Overview][Types][Procedures and functions][Variables][Index] |
Converts the specified string value to a Double type.
Source position: lazutilities.pas line 36
function StrToDouble( |
const s: string |
):Double; |
s |
|
String value converted in the routine. |
Double type with the converted value.
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 |