The following api. functions are available:
|
Name and Link to API Doc |
Code Example |
|---|---|
|
Groovy
|
|
|
Formats a number into a string. Groovy
Syntax with 2 parameters
Formats a number into a string. Same semantics as {@link java.text.NumberFormat} and {@link java.text.DecimalFormat#applyPattern} @param pattern The pattern string
Syntax with 3 parameters
Formats a number into a string. Same semantics as {@link java.text.NumberFormat} and {@link java.text.DecimalFormat#applyPattern} @param pattern The pattern string
|
|
|
|