public final class I18NDirectivesRuntime extends Object
| Modifier and Type | Method and Description |
|---|---|
static String |
formatNum(com.ibm.icu.util.ULocale uLocale,
double number,
String formatType,
String numbersKeyword,
Integer minFractionDigits,
Integer maxFractionDigits)
Formats a number using ICU4J.
|
public static String formatNum(com.ibm.icu.util.ULocale uLocale, double number, String formatType, String numbersKeyword, @Nullable Integer minFractionDigits, @Nullable Integer maxFractionDigits)