Home > api > name > gb.numbertostring 
 fr de es it nl pl pt pt_BR mk sq ca ar fa vi ja ru zh zh_TW eo
Previous  Next  Edit  Rename  Undo  Refresh  Search  Administration  
Documentation
History
 
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$