The number is converted to a string of the form '-d.ddd…E+ddd' or '-d.ddd…e+ddd', where each 'd' indicates a digit (0-9). The string starts with a minus sign if the number is negative. One digit always precedes the decimal point. The precision specifier indicates the desired number of digits after the decimal point.
The number is converted to a string of the form "-d,ddd,ddd.ddd ", where each 'd' indicates a digit (0-9). The string starts ...
The number is converted to a string of the form "-d.ddd E+ddd" or "-d.ddd e+ddd", where each 'd' indicates a digit (0-9). ...
The number is converted to a string of the form "-ddd.ddd " where each 'd' indicates a digit (0-9). The string starts with ...
The number is converted to a string of the form '-d,ddd,ddd.ddd ', where each 'd' indicates a digit (0-9). The string starts ...
The number is converted to a string of the form '-d.ddd E+ddd' or '-d.ddd e+ddd', where each 'd' indicates a digit (0-9). ...
The number is converted to a string of the form '-ddd.ddd ' where each 'd' indicates a digit (0-9). The string starts with ...
The number is converted to a string that represents a currency amount. The conversion is controlled by the system currency ...
The number is converted to a string that represents a percent. The precision specifier indicates the desired number of decimal ...
The number is converted to the most compact decimal form, using fixed or scientific notation. The precision specifier determines ...