Name

float::tolstring — Converts a floating point number to a localized string

Synopsis

string float::tolstring ( float FLOAT ,
  integer PRECISION );
 

Parameters

float FLOAT

integer PRECISION

Return

string

Description

Converts a floating point number to a localized string, using the specified precision.

Usage

  tostring (0.12345, 4) -> 0,1235