[Overview][Constants][Types][Classes][Procedures and functions][Variables] | Reference for unit 'sysutils' (#rtl) |
Convert a string to a float, with a default value.
Source position: line 0
function StrToFloatDef( |
const S: String; |
const Default: Extended |
):Extended; |
const S: String; |
const Default: Extended; |
const FormatSettings: TFormatSettings |
):Extended; |
StrToFloatDef tries to convert the string S to a floating point value, and returns this value. If the conversion fails for some reason, the value Default is returned instead.
None. On error, the Default value is returned.
No notes exist for this page yet.