Description
The fn:format-number function formats $value as a string using the picture string specified by $picture and $decimal-format-name or the default decimal-format, if there is no $decimal-format-name argument. The syntax of the picture string is described in section 16.4.2 of the XSLT 2.0 recommendation. Note: this is an XSLT-only function; it is not available in XQuery or XPath.
Arguments and Return Type| Name | Type |
$value |
numeric? |
$picture |
xs:string |
$decimal-format-name |
xs:string |
| return value |
xs:string |
Examples| XSLT Example | Results |
|---|
| No examples are currently available. |
See AlsoHistory |
Recommended Reading: 
|