formatNumber(value,format,options)¶
Definition¶
String formatNumber(Number value, String format, String options)
Description¶
Converts a numeric value to string based on the supplied format.
Parameter Definition¶
Name | Type | Description |
---|---|---|
value | Number | value to convert to string |
format | String | pattern for converting value. See java DecimalFormat for details |
options | String | Place holder, leave as empty string |