format-integer
Formats an integer according to a given picture string, using the conventions of a given natural language if specified.
Languages
XSLT 3.0.
Parameters
Name | Type | Description |
---|---|---|
value | xs:integer | The input integer value to be formatted. |
picture | xs:string | Mandatory parameter.
See section 4.6.1 of the "XPath and XQuery Functions and Operators 3.1" W3C Recommendation (https://www.w3.org/TR/xpath-functions-31). |
language | xs:string | Optional parameter.
Specifies the natural language according to which the value should be formatted. If specified, this value must be either an empty string or any value that would be allowed for the xml:lang attribute according to the "Extensible Markup Language (XML) 1.0 W3C Recommendation (https://www.w3.org/TR/xml). |