Icon FloatToSQLStr Method

function FloatToSQLStr(Value: Double): String

Call the FloatToSQLStr method to convert a Double value to an SQL 2003 standard float constant string. 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