Icon SQLStrToFloat Method

function SQLStrToFloat(const Value: String): Double

Call the SQLStrToFloat method to convert a string that contains an SQL 2003 standard float constant to an actual Double value. All SQL and filter expressions in ElevateDB require standard float constants which use the period (.) as the decimal separator.

Please see the Types topic for more information on the data types in ElevateDB and their literal representation.
Image