|
DoubleToStrReturns text string with the specified numerical value converted into a specified precision format.
Parameters value [in] Floating point value. digits [in] Precision format, number of digits after decimal point (0-8). Returned value Text string. Example:
See also PrintFormat(), StrToDouble(), DoubleToString() |