Formatting numerical values

Numerical values can be formatted according to a specified format. To specify a format, please use # as a formatter.

The following table will show you how values will be formatted according to a specified formatter. Value 23.89323232 will be formatted as follows:

Formatter

Result

#

23

###

023

#.#

23.9

##.##

23.89

###.##

023.89