See the main description in numberformatter.h for documentation and examples.
More...
#include <numberformatter.h>
See the main description in numberformatter.h for documentation and examples.
- Draft:
- This API may be changed in the future versions and was introduced in ICU 60
Definition at line 1962 of file numberformatter.h.
◆ NumberFormatter()
icu::number::NumberFormatter::NumberFormatter |
( |
| ) |
|
|
delete |
Use factory methods instead of the constructor to create a NumberFormatter.
- Draft:
- This API may be changed in the future versions and was introduced in ICU 60
◆ with()
Call this method at the beginning of a NumberFormatter fluent chain in which the locale is not currently known at the call site.
- Returns
- An UnlocalizedNumberFormatter, to be used for chaining.
- Draft:
- This API may be changed in the future versions and was introduced in ICU 60
◆ withLocale()
Call this method at the beginning of a NumberFormatter fluent chain in which the locale is known at the call site.
- Parameters
-
locale | The locale from which to load formats and symbols for number formatting. |
- Returns
- A LocalizedNumberFormatter, to be used for chaining.
- Draft:
- This API may be changed in the future versions and was introduced in ICU 60
The documentation for this class was generated from the following file: