Format number according to our pattern and return the formatted string.
number
String format(Decimal number) => numberFormat.format(_DecimalIntl(number));