Convert a float into a string
Convert a float into a string
| Name | Type | Default | Description |
| Return | char* | returns f as a string. The result will be overrieden by subsequent calls to this functions. | |
| s | char* | - | Number string |
| fmt | char* | "%f" | format string, e.g. "%f", see any public documentation of the C function sprintf |
Alphabetic index HTML hierarchy of classes or Java