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.4 | Generated 2025-11-08 | Home |