Home / api / name / gb.numbertostring 
GB.NumberToString
Syntax
int GB.NumberToString ( int local , double value , const char *format , char **str , long *len )

Converts a number into a string.

The format parameter describes a display format exactly like the Format$ Gambas function.

If format is a null pointer, then the number will be converted by using the general number format.


See also
Conversion Functions  Format$