* Alias of the `getNumericString()` function. * Developers should use one of the more explicit function names to get what they want : * - a numeric string : `getNumericString()` * - a formatted string : `getFormatted()` * - a number : `getNumber()`, or * - a localized numeri
(callback = null)
| 2466 | * @returns {string|null} |
| 2467 | */ |
| 2468 | get(callback = null) { |
| 2469 | return this.getNumericString(callback); |
| 2470 | } |
| 2471 | |
| 2472 | /** |
| 2473 | * Return the unformatted value as a string. |
no test coverage detected