Question: Explain fmt string in numfmt(fmt, x) function

Please explain details of the fmt string in the mapleta function numfmt.  The help page only says

Returns the value of x, formatted according to the template fmt.

 For example,

 numfmt("#.00", 20.9)

 returns 20.90.

 

Thanks.

Please Wait...