Number Format

For 'Number' formatting, several predefined formats are available.

 

Numeric masks fol­low the java.text.Dec­imalFormat format.

You can create other formats by using the following numeric masks:

# = number

0 = Number with zero padding

Example: Number Format:   >>

For the number 124521.63:

#,###.##  = 124,521.63

#,###.000 = 124,521.630

 

<< Date Format © 1996-2013 InetSoft Technology Corporation (v11.4) Currency Format >>