< prev index next >

modules/javafx.base/src/main/java/javafx/beans/binding/NumberExpression.java

Print this page

        

*** 861,870 **** --- 861,871 ---- * The result is formatted according to the formatting {@code String} and * the passed in {@code Locale}. See {@code java.util.Formatter} for * formatting rules. See {@code java.util.Locale} for details on * {@code Locale}. * + * @param locale to be used * @param format * the formatting {@code String} * @return the new {@code StringBinding} */ StringBinding asString(Locale locale, String format);
< prev index next >