[Overview][Classes][Procedures and functions][Index] |
Converts the specified String value to an Extended data type.
Source position: laz2_xmlcfg.pas line 82
protected function TXMLConfig.StrToExtended( |
const s: string; |
const ADefault: extended |
):extended; |
s |
|
String converted to an Extended value. |
ADefault |
|
Default value used when no value can be derived from the string. |
Extended value converted in the method.
StrToExtended converts the specified String value to its representation as an Extended data type.
ADefault contains the default value used in the method when the string is empty or contains an invalid representation for an Extended data type. StrToExtended calls the StrToFloatDef routine to convert the string value using the format settings for the class.
StrToExtended is used in the implementation of the GetExtendedValue method.
|
Gets the value for a DOM node at the specified path as an extended data type. |
Version 4.0 | Generated 2025-05-03 | Home |