Format Number
Represent a numeric value as a string in a specific way.
- Value: The input value
- Format: The format template
Notes
The format number string uses Java’s string formatting function. A full reference is here.
Represent a numeric value as a string in a specific way.
The format number string uses Java’s string formatting function. A full reference is here.