[Overview][Constants][Types][Procedures and functions][Index] |
Source position: msefloattostr.pas line 33
function doubletostring( |
const value: Double; |
const precision: Integer = 0; |
const mode: floatstringmodety = fsm_default; |
const decimalsep: msechar = '.'; |
const thousandsep: msechar = #0 |
):msestring; |