String format({required String pattern, String? locale}){ return NumberFormat(pattern, locale).format(this); }