Standard.BaseDataNumbersformatOn this pageNumber.format formatformatlocale Group: Conversions Documentation Converts a numeric value to a string, using the Java DecimalFormat formatter. Arguments format: The java-style formatting specifier. Examples Convert the value 5000 to a string. 5000.format "#,##0"